mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
`NetworkInspect` will match a network ID by prefix. While rare, it's possible that users might use a network name that is also a valid network ID prefix for a pre-existing Docker network. (In the reported case, the network was named `db`, for example.) Fixes #9496. Signed-off-by: Milas Bowman <milas@tilt.dev>