mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The error type libnetwork.ErrNoSuchNetwork is used in the controller to retry the network creation as a managed network though the manager. The change of the type was breaking the logic causing the network to not being created anymore so that no new container on that network was able to be launched Added unit test Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com> Upstream-commit: 51cea0a53c2fd36832277402e9faac81bfb4abd4 Component: engine