Installs Coldfusion 11 on Ubuntu Trusty with Apache as front end webserver
1.2K
Updated from naag original to work with later phusion/baseimage:0.9.17 i.e ubuntu Trusty Also loads in php to work with Apache and adds modrewrite. The variant of Apache2 that Trusty uses works slightly different so changes were made to accomodate that and a default conf host file overwrites the installed default one enabling /var/www as the root and enabling .htaccess functionality.
ColdFusion 11 as Docker image on Ubuntu 14.04. Run
Build the Docker container:
docker build -t cf11 .
And run it with:
docker run -d --name="mycf11" -p 80:80 -v /var/www:/var/www cf11
To expose cfadmin add -p 8500:8500
docker rm $(docker ps -a -q)
docker rmi cf11
docker rm mycf11
sudo service apache2 restart
Content type
Image
Digest
sha256:088362150…
Size
516.4 MB
Last updated
about 11 years ago
docker pull idguk/docker-coldfusion11:0.1