mirror of
https://github.com/docker/cli.git
synced 2026-01-25 03:42:05 +03:00
When trying to attach to swarm scope network for an unmanaged container sometimes even if attaching to network succeeds, we may not find the network because some other container which was using the network went down and removed the network. So if it is not found, try to detach and reattach to re-download the network from the manager. Fixes #26588 Signed-off-by: Jana Radhakrishnan <mrjana@docker.com> Upstream-commit: 849e345e2c366d875b03f8b33b31308ba16fb4fd Component: engine