This image is meant to be used as a base for other images which customize for particular dev environment. (node.js, go, etc)
It is usable for python2.7 and basic C/C++ development since those are requirements for building/installing the Cloud9 IDE.
docker run -d --restart=always --name cloud9-dev -p 8080:8080 msmiley/cloud9
PNAT the port and modify the mounted workspace directory:
docker run -d --name cloud9-dev -v ~/my_project:/workspace -p 8888:8080 msmiley/cloud9
Add basic authentication:
docker run -d --name cloud9-dev -v ~/:/workspace -p 8080:8080 msmiley/cloud9 -a user:pass
Note: the password will be easily visible to anyone in the docker group, so no valuable passwords!
Content type
Image
Digest
Size
296.6 MB
Last updated
over 8 years ago
docker pull msmiley/cloud9