This repository contains docker image of ColdFusion 2021 API Manager Addons.
1.8K
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/apimanageraddons2021:latest
docker container run -dt -e acceptEULA=YES adobecoldfusion/apimanageraddons2021:latest
The above command will start both the analytics server and datastore. In case you want to start only the analytics Server use the following command :
docker container run -dt -e acceptEULA=YES -e startAnalyticsService=true -e analyticsClusterName=analytics adobecoldfusion/apimanageraddons2021:latest
In case you want to start only the datastore use the following command :
docker container run -dt -e acceptEULA=YES -e startDatastoreService=true -e datastorePassword=MyRedisPassword adobecoldfusion/apimanageraddons2021:latest
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/apimanageraddons2021:latest help
Supported tags with this repository:
adobecoldfusion/apimanageraddons2021:latest
adobecoldfusion/apimanageraddons2021: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
136.4 MB
Last updated
about 5 years ago
docker pull adobecoldfusion/apimanageraddons2021