This repository contains docker image of ColdFusion 2023 API Manager.
460
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/apimanager2023: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/apimanager2023: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/apimanager2023:latest
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/apimanager2023:latest help
Supported tags with this repository :
adobecoldfusion/apimanager2023:latest
adobecoldfusion/apimanager2023:2023.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:97b6ebb2b…
Size
264.3 MB
Last updated
over 3 years ago
docker pull adobecoldfusion/apimanager2023