This repository contains docker image of ColdFusion 2023 API Manager Addons.
503
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/apimanageraddons2023:latest
docker container run -dt -e acceptEULA=YES adobecoldfusion/apimanageraddons2023: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/apimanageraddons2023: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/apimanageraddons2023:latest
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/apimanageraddons2023:latest help
Supported tags with this repository :
adobecoldfusion/apimanageraddons2023:latest
adobecoldfusion/apimanageraddons2023: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:bace4c21a…
Size
156.5 MB
Last updated
over 3 years ago
docker pull adobecoldfusion/apimanageraddons2023