Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud9 Docker Image for Node.js Development

Creates the image on Docker Hub at msmiley/cloud9-node

Run the container with some defaults

docker run -d --restart=always --name cloud9-dev -p 8080:8080 msmiley/cloud9-node

Options

Modify the bound port, the container name, or the mounted workspace directory:

docker run -d --name my_project_dev -v ~/my_project:/home -p 8888:8080 msmiley/cloud9-node

Add basic authentication:

docker run -d --name cloud9 -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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages