coldfusion2021
This repository is for Adobe ColdFusion (2021 Release) images
100K+
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/coldfusion2021:latest
docker container run -dt -e acceptEULA=YES -e password=admin adobecoldfusion/coldfusion2021:latest
To launch a container directly -
docker container run -dt -e acceptEULA=YES -e password=admin adobecoldfusion/coldfusion2021:latest
To return the version number of the installed ColdFusion -
docker run --rm -it adobecoldfusion/coldfusion2021:latest info
To run a CFM page in C:/wwwroot/ via CLI -
docker run --rm -it -e acceptEULA=YES -v C:/wwwroot/:/app adobecoldfusion/coldfusion2021:latest cli test.cfm
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/coldfusion2021:latest help
Supported tags with this repository -
adobecoldfusion/coldfusion2021:latest
adobecoldfusion/coldfusion2021:2021.0.2
adobecoldfusion/coldfusion2021:2021.0.3
adobecoldfusion/coldfusion2021:2021.0.4
adobecoldfusion/coldfusion2021:2021.0.5
Please see https://helpx.adobe.com/in/coldfusion/using/docker-images-coldfusion.html for more information.
Content type
Image
Digest
sha256:737572cd4…
Size
214 MB
Last updated
7 months ago
docker pull adobecoldfusion/coldfusion2021