ColdFusion Next Beta2 Builds can be accessed using these images
158
To pull a image from this repository use the following command and then launch a container out of this image -
docker pull adobecoldfusion/cfnextbeta2:latest
docker container run -dt -e acceptEULA=YES -e password=admin adobecoldfusion/cfnextbeta2:latest
To launch a container directly -
docker container run -dt -e acceptEULA=YES -e password=admin adobecoldfusion/cfnextbeta2:latest
To return the version number of the installed ColdFusion -
docker run --rm -it adobecoldfusion/cfnextbeta2:latest info
To get a list of environment variables supported with this image -
docker run --rm -it adobecoldfusion/cfnextbeta2:latest help
Supported tags with this repository -
adobecoldfusion/cfnextbeta2:latest
Any discussions regarding the cfnextbeta1 or for filing bug reports, join pre-release program https://www.adobeprerelease.com/beta/48C2D737-9CB4-445E-E39C-90CB6381919A
To understand about all the new features introduced with CFNextBeta1 , refer to Beta1 documentation, https://download.adobeprerelease.com/48C2D737-9CB4-445E-E39C-90CB6381919A/1737158522/CFNext%20Beta1%20docs.zip?programID=48C2D737-9CB4-445E-E39C-90CB6381919A&assetID=C79C526C-C8BD-4EA8-D33D-57B890F3030D&_=1737381110042
For more information on how to use ColdFusion docker images, refer Adobe documentation ,https://helpx.adobe.com/in/coldfusion/using/docker-images-coldfusion.html.
Content type
Image
Digest
sha256:2784a1d95…
Size
233.8 MB
Last updated
over 1 year ago
docker pull adobecoldfusion/cfnextbeta2