adobecoldfusion/coldfusion

By adobecoldfusion

Updated 3 days ago

This repository is for ColdFusion images

Image
Languages & frameworks
Integration & delivery
Web servers
7

100K+

adobecoldfusion/coldfusion 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/coldfusion:latest
docker container run -dt -e acceptEULA=YES -e password=admin adobecoldfusion/coldfusion:latest

To launch a container directly -

docker container run -dt -e acceptEULA=YES -e password=admin adobecoldfusion/coldfusion:latest

To return the version number of the installed ColdFusion -

docker run --rm -it adobecoldfusion/coldfusion:latest info

To run a CFM page in C:/wwwroot/ via CLI -

docker run --rm -it -e acceptEULA=YES -v /opt/mywebroot:/app adobecoldfusion/coldfusion:latest cli test.cfm

To get a list of environment variables supported with this image -

docker run --rm -it adobecoldfusion/coldfusion:latest help

Supported tags with this repository -

adobecoldfusion/coldfusion:latest
adobecoldfusion/coldfusion:latest-2023
adobecoldfusion/coldfusion:latest-2021
adobecoldfusion/coldfusion:latest-2025

For more information , refer Adobe documentation ,https://helpx.adobe.com/in/coldfusion/using/docker-images-coldfusion.html.

Tag summary

Content type

Image

Digest

sha256:4fd31cd9c

Size

223.1 MB

Last updated

3 days ago

docker pull adobecoldfusion/coldfusion:latest-2023