This repository contains docker image of ColdFusion Performance Monitoring Toolset.
670
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/pmt2025:latest
docker container run -dt -e acceptEULA=YES adobecoldfusion/pmt2025:latest
To launch a container directly -
docker container run -dt -e acceptEULA=YES adobecoldfusion/pmt2025: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 pmt2025:latest
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/pmt2025:latest help
Supported tags with this repository -
adobecoldfusion/pmt2025:latest
adobecoldfusion/pmt2025:2025.0.0
Please refer https://helpx.adobe.com/in/coldfusion/using/docker-images-coldfusion.html for more information
Content type
Image
Digest
sha256:91b8d624c…
Size
784.4 MB
Last updated
about 1 month ago
docker pull adobecoldfusion/pmt2025