0 votes
in Docker by
How many containers can run per host?

1 Answer

0 votes
by

There can be as many containers as you wish per host. Docker does not put any restrictions on it. But you need to consider every container needs storage space, CPU and memory which the hardware needs to support. You also need to consider the application size. Containers are considered to be lightweight but very dependant on the host OS.

Related questions

0 votes
asked Aug 28, 2023 in Docker by JackTerrance
0 votes
asked Jan 25 in Docker by GeorgeBell
...