-
Hi, I intermittently get errors such as
and then subsequently
and
If I then manually start these nodes eg docker start
they start up fine. This occurs with FRR/Alpine but I suspect it would also be similar for larger router-container based labs too (which is something I'm looking to try next) The CPU load of the system isn't too high during this process, so I suspect it may be a bottleneck with the Docker API. Happy to provide some example labs if that would help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @sk2
sometimes with large labs the concurrent API calls to docker API caused issues with the deployment |
Beta Was this translation helpful? Give feedback.
Hi @sk2
can you first try to limit the number of concurrent workers to, say,
10
:sometimes with large labs the concurrent API calls to docker API caused issues with the deployment