Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 306 Bytes

docker-coldfusion10

ColdFusion 10 as Docker image on Ubuntu 12.04. Run

./prepare.sh

first to download ColdFusion 10 installer and latest patches. Then build the Docker container:

docker build -t cf10 .

And run it with:

docker run -d -p 80:80 -v /var/www:/var/www cf10