Docker- Containers-saloer (Multiple copies of a deployed app in multiple containers, saleor)

125 Views Asked by At

i have deployed saleor by cloning it from < https://github.com/AirnFire/saleor-platform >. i want to create multiple images of this app and deploy them on different containers, can anybody guide me how to do that.

1

There are 1 best solutions below

0
On

I think you can use docker swarm for that. Take a look at https://docs.docker.com/get-started/swarm-deploy/