This repository contains docker image of ColdFusion API Manager.
401
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/apimanager2025:latest
docker container run -dt -e acceptEULA=YES -e datastoreHost=<Datastore Hostname> -e datastorePort=<Datastore Port> -e analyticsHost=<Analytics Server Hostname> -e analyticsPort=<Analytics Server Port> -e analyticsClusterPort=<Analytics Server Cluster Port> -e analyticsClusterName=<ElasticSearch Cluster Name> adobecoldfusion/apimanager2025:latest
To launch a container directly -
docker container run -dt -e acceptEULA=YES -e datastoreHost=<Datastore Hostname> -e datastorePort=<Datastore Port> -e analyticsHost=<Analytics Server Hostname> -e analyticsPort=<Analytics Server Port> -e analyticsClusterPort=<Analytics Server Cluster Port> -e analyticsClusterName=<ElasticSearch Cluster Name> adobecoldfusion/apimanager2025:latest
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/apimanager2025:latest help
Supported tags with this repository :
adobecoldfusion/apimanager2025:latest
adobecoldfusion/apimanager2025:2025.0.0
Please see https://helpx.adobe.com/ca/coldfusion/user-guide.html/ca/coldfusion/api-manager/docker-images-coldfusion-api-manager.ug.html for more information.
Content type
Image
Digest
sha256:f15a5d808…
Size
265.7 MB
Last updated
over 1 year ago
docker pull adobecoldfusion/apimanager2025