This repository contains docker image of ColdFusion 2021 API Manager.
2.0K
To pull a image from this registry use the following command and then launch a container out of this image -
docker pull public.ecr.aws/adobe/apimanager2021: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> public.ecr.aws/adobe/apimanager2021: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/apimanager2021:latest
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/apimanager2021:latest help
Supported tags with this repository:
adobecoldfusion/apimanager2021:latest
adobecoldfusion/apimanager2021:2021.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
Size
252.9 MB
Last updated
over 4 years ago
docker pull adobecoldfusion/apimanager2021