This repository contains docker image of ColdFusion Performance Monitoring Toolset(2021 Release)
3.0K
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/pmt2021:latest
docker container run -dt -e acceptEULA=YES adobecoldfusion/pmt2021:latest
To launch a container directly -
docker container run -dt -e acceptEULA=YES adobecoldfusion/pmt2021:latest
To change the password of Performance Monitoring Toolset Dashboard -
docker run -d -p 9103:9101 -e acceptEULA=YES -e datastoreHost=<hostname> -e datastorePort=<port> -e startDatastore=false -e password=Adobe123 pmt2021:latest
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/pmt2021:latest help
Supported tags with this repository -
adobecoldfusion/pmt2021:latest
adobecoldfusion/pmt2021:2021.0.2
adobecoldfusion/pmt2021:2021.0.3
adobecoldfusion/pmt2021:2021.0.4
Please refer https://helpx.adobe.com/in/coldfusion/using/docker-images-coldfusion.html for more information
Content type
Image
Digest
sha256:eddf2a138…
Size
292.2 MB
Last updated
9 months ago
docker pull adobecoldfusion/pmt2021