ECC v4 fresh install
Hi we are currently running ECC v3. I have a few questions regarding going to ECC v4.
We are running ECC application in a docker container, it would defeat the purpose to run the "upgrade" script from ECC V4 within the docker container that is currently running ECC v3. (Since with docker, your image is/should be the source of truth, not the running container).
GOLD approach is to build a new image with ECC v4 installation script and run a container based on this ECC V4 image.
I know you probably ask why docker containers. I like the idea of just doing "docker run .... <image name>" to be able to start a new ECC instance if the current ECC instance is fubar. Ease of cloning EBS and ECC instances.