Complete and modular Cloud IDE.
9.5K
Dockerfile linksCodebox is a complete and modular Cloud IDE. It is an open source component of codebox.io (Cloud IDE as a Service)
This is currently an alpha version. It is not yet up to my Docker images standard.
$ docker run -d -p 8080:80 wernight/codebox
Wait a few seconds and open http://localhost:8080/ in your browser.
You probably want to persist some directories like /workspace and /root/.codebox (or even /root), and set up authentication:
$ docker run -d -p 8080:80 \
-v $PWD/workspace:/workspace \
-v $PWD/codebox-home:/root \
wernight/codebox \
run /workspace --port=80 --users user1:passwd1,user2:passwd2
Having more issues? Report a bug on GitHub.
Content type
Image
Digest
Size
280.7 MB
Last updated
almost 10 years ago
docker pull wernight/codebox