A Cloud9 docker image based on Debian 7 (Wheezy) Base Docker Image Debian 7 (x64) Get the image from Docker Hub docker pull fullaxx/cloud9-wheezy Run the image on port 80 docker run -d -p 80:80 fullaxx/cloud9-wheezy Save your Cloud9 workspace on the host docker run -d -p 80:80 -v /your/path/c9ws/:/c9ws/ fullaxx/cloud9-wheezy Build it locally using the github repository docker build -t="fullaxx/cloud9-wheezy" github.com/Fullaxx/cloud9-wheezy