This repository is for Adobe ColdFusion (2018 Release) images
10K+
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/coldfusion2018:latest
docker container run -dt -e acceptEULA=YES -e password=admin adobecoldfusion/coldfusion2018:latest
To launch a container directly -
docker container run -dt -e acceptEULA=YES -e password=admin adobecoldfusion/coldfusion2018:latest
To return the version number of the installed ColdFusion -
docker run --rm -it adobecoldfusion/coldfusion2018:latest info
To run a CFM page in C:/wwwroot/ via CLI -
docker run --rm -it -e acceptEULA=YES -v C:/wwwroot/:/app adobecoldfusion/coldfusion2018:latest cli test.cfm
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/coldfusion2018:latest help
Supported tags with this repository -
adobecoldfusion/coldfusion2018:latest
adobecoldfusion/coldfusion2018:2018.0.12
Please refer https://helpx.adobe.com/in/coldfusion/using/docker-images-coldfusion.html for more information
Content type
Image
Digest
sha256:48dfd3343…
Size
601.1 MB
Last updated
about 3 years ago
docker pull adobecoldfusion/coldfusion2018