Skip to content

Fullaxx/cloud9-wheezy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Cloud9 docker image based on Debian 7 (Wheezy)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published