J
J
Julia Kovalenko2017-08-03 11:47:52
Docker
Julia Kovalenko, 2017-08-03 11:47:52

Docker container replication?

I have a container that accepts a request via tsp and sends a response. But the load on this container is too big. Is it possible to somehow create a copy of it, and so that the docker itself decides which of the copies of this container to send a request to, depending on the load on the containers?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad, 2017-08-03
@d1skort

Possibly when using:
docker-compose - https://docs.docker.com/compose/reference/scale/
docker swarm - https://docs.docker.com/engine/reference/commandli...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question