Is there a maximum number of containers running on a Docker host?

前端 未结 2 953
庸人自扰
庸人自扰 2020-12-01 06:08

Basically, the title says it all: Is there any limit in the number of containers running at the same time on a single Docker host?

2条回答
  •  再見小時候
    2020-12-01 06:57

    From a post on the mailing list, at about 1000 containers you start running into Linux networking issues.

    The reason is:

    This is the kernel, specifically net/bridge/br_private.h BR_PORT_BITS cannot be extended because of spanning tree requirements.

提交回复
热议问题