wernight/codebox

By wernight

Updated over 8 years ago

Complete and modular Cloud IDE.

Image
Developer Tools

8.5K

Supported tags and respective Dockerfile links

What is Codebox?

Codebox is a complete and modular Cloud IDE. It is an open source component of codebox.io (Cloud IDE as a Service)

How to use this image

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

User Feedback

Having more issues? Report a bug on GitHub.

Docker Pull Command

docker pull wernight/codebox