Provide a minimum image to run the Cloud9 IDE locally.
Heavily influenced by kdelfour/cloud9-docker
-
build the docker image
docker build -t="cloud9-dockerized:latest" github.com/maduck/cloud9-dockerized
-
run the newly created image
docker run -d -p 8080:8080 cloud9-dockerized:latest
-
call
http://localhost:8080
in your browser