Lightweight web-IDE
A Docker image of https://github.com/Atheos/Atheos
mkdir -p ~/.dockerdata/atheos-ide
docker run --name atheos \
-v ~/.dockerdata/atheos-ide:/data \
--user=1000:1000 \
-p 80:80 \
aceberg/atheos-ide
The IDE should be available at http://localhost
https://github.com/aceberg/my-dockerfiles/blob/main/atheos-ide/Dockerfile