Sign inSign up

adobecoldfusion/coldfusion2025

By adobecoldfusion

Updated 5 days ago

The official Adobe ColdFusion Server Docker Image

Image
Languages & frameworks
Developer tools
Web servers
3

6.2K

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

To launch a container directly -

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

To return the version number of the installed ColdFusion -

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

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

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

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

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

Supported tags with this repository -

adobecoldfusion/coldfusion2025:latest
adobecoldfusion/coldfusion2025:2025.0.0

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

Tag summary

Content type

Image

Digest

sha256:268c238ca

Size

337.1 MB

Last updated

5 days ago

docker pull adobecoldfusion/coldfusion2025