Docker daemon:# Failing to start more than 1023 containers on a single host

Failing to start more than 1023 containers on a single host

Getting the below error after 1023 container:
docker: Error response from daemon: failed to create endpoint mvpn-1023 on network bridge: adding interface vethbd100c4 to bridge docker0 failed: exchange full

Any leads would be helpful on this.

I stacked the same problem. This is because Linux bridging which can’t have more then 1023 interfaces attached.
This blog can help you.