P
P
Philip Bondarev2020-12-11 18:31:21
Docker
Philip Bondarev, 2020-12-11 18:31:21

How to run multiple endlessly executing scripts in docker?

When working on Windows, I can open several Powershell windows and run the same Python script in parallel, which, in an endless asyncio loop, listens to the Message Queue I need .
How to do this in Dockerfile ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2020-12-11
@dmtrrr

You can run several containers, each of which runs a script.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question