adobecoldfusion/coldfusion2021

By adobecoldfusion

Updated 7 months ago

This repository is for Adobe ColdFusion (2021 Release) images

Image
Languages & frameworks
Integration & delivery
Web servers
6

100K+

adobecoldfusion/coldfusion2021 repository overview

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.

Tag summary

Content type

Image

Digest

sha256:737572cd4

Size

214 MB

Last updated

7 months ago

docker pull adobecoldfusion/coldfusion2021