Is it possible to 'warm-up' a ColdFusion docker im...
# docker
j
Is it possible to 'warm-up' a ColdFusion docker image? We're trying to create a base image with the modules installed and settings setup so that our apps don't have to install all this when they launch... but so far, our Dockerfile can launch CF so that it does this, but there doesn't seem to be a way of stopping CF afterwards... Our Lucee images, we start lucee, curl a command then stop lucee, can we do similar for ColdFusion?