Cloud9 built for docker that includes meteor and pals
443
This repository contains Dockerfile of Cloud9 IDE for Docker's automated build published to the public Docker Hub Registry.
Download automated build from public Docker Hub Registry: docker pull kdelfour/cloud9-docker
(alternatively, you can build an image from Dockerfile: docker build -t="kdelfour/cloud9-docker" github.com/kdelfour/cloud9-docker)
docker run -it -d -p 80:80 kdelfour/cloud9-docker
You can add a workspace as a volume directory with the argument -v /your-path/workspace/:/workspace/ like this :
docker run -it -d -p 80:80 -v /your-path/workspace/:/workspace/ kdelfour/cloud9-docker
Get the latest version from github
git clone https://github.com/kdelfour/cloud9-docker
cd cloud9-docker/
Build it
sudo docker build --force-rm=true --tag="$USER/cloud9-docker:latest" .
And run
sudo docker run -d -p 80:80 -v /your-path/workspace/:/workspace/ $USER/cloud9-docker:latest
Enjoy !!
Content type
Image
Digest
Size
810.5 MB
Last updated
about 8 years ago
docker pull almagest/cloud9-docker-meteor