Hi Docker Enthusiasts,
I am new to Docker and was looking to dockerize MongoDB. I want to setup multiple mongodb replica set/sharded clusters on a single AWS EC2 instance. However I want the flexibility of upgrading each mongodb cluster separately.
-
Will the docker image for each mongodb instance use the same mongod binaries installed on the VM, or each image uses a separate mongod install?
-
if all images use the same mongod binaries, will all the Docker images get updated if the underlying binaries are upgraded?
Just wanted to figure out if this implementation possible with docker.
Appreciate all the help!
Thanks
CJ