Sign inSign up

msmiley/cloud9

By msmiley

Updated over 8 years ago

Base Cloud9 installation on debian

Image
0

1.4K

msmiley/cloud9 repository overview

Minimal Cloud9 Docker Image

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.

Run the container with defaults

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

Options

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!

Tag summary

Content type

Image

Digest

Size

296.6 MB

Last updated

over 8 years ago

docker pull msmiley/cloud9