Cloud9 IDE for Node.js development
1.9K
Includes:
docker run -d --restart=unless-stopped --name cloud9-dev -p 8080:8080 msmiley/cloud9-node
PNAT the port and modify the mounted workspace directory:
docker run -d --name cloud9-dev -v ~/my_project:/home -p 8888:8080 msmiley/cloud9-node
Add basic authentication:
docker run -d --name cloud9-dev -v ~/:/home -p 8080:8080 msmiley/cloud9-node -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
276.8 MB
Last updated
over 9 years ago
docker pull msmiley/cloud9-node