I have created a docker image for which I want to run multiple containers. This docker image is dependent on few things which will remain same for all the container
On the host each container should have its own volume. They can be mounted in the container at the same path. Each container can use the same image and will see its dedicated volume on the host under the same name.