B
B
brezhitskiy422020-07-09 19:47:56
Docker
brezhitskiy42, 2020-07-09 19:47:56

How many docker containers can be run on a single server?

There is a server on the latest Ubuntu with the following characteristics:

  • 2GB/1CPU
  • 50GB SSD drive


How many containers can I run on such a server? Are there any internal limits in docker itself?

For simplicity, let's assume that each container will just run Nginx.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2020-07-09
@2ord

Depends on the running process in the container. If you limit the container in memory back to back, then the process may terminate with an error due to lack of memory. The same nginx can consume a different amount of memory depending on the modules, settings and load.

D
Dimonchik, 2020-07-09
@dimonchik2013

eight
count 15% of the CPU for one

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question