Automated Cloud9 IDE (http://c9.io) Build with PHP and Apache2 Support
2.4K
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 ivankristianto/cloud9-docker-apache2
(alternatively, you can build an image from Dockerfile: docker build -t="ivankristianto/cloud9-docker-apache2" github.com/ivankristianto/cloud9-docker-apache2)
docker run -it -d -p 80:80 --net=host ivankristianto/cloud9-docker-apache2
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 --net=host -v /your-path/workspace/:/workspace/ ivankristianto/cloud9-docker-apache2
Get the latest version from github
git clone https://github.com/ivankristianto/cloud9-docker-apache2
cd cloud9-docker-apache2/
Build it
sudo docker build --force-rm=true --tag="$USER/cloud9-docker-apache2:latest" .
And run
sudo docker run -d -p 80:80 --net=host -v /your-path/workspace/:/workspace/ $USER/cloud9-docker-apache2:latest
Enjoy !!
Content type
Image
Digest
Size
336 MB
Last updated
over 10 years ago
docker pull ivankristianto/cloud9-docker-apache2