You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve subnet overlap error message for Docker mgmt network (#2845)
### Context
Fixes#2786
### Changes
- Intercept "Pool overlaps" error from Docker.
- List existing Docker networks and match by subnet.
- Return a clear, actionable error message with a link to the docs.
### Example
Before:
Error response from daemon: invalid pool request: Pool overlaps with
other one on this address space.
After:
Subnet 172.20.0.0/16 already in use by Docker network "testnet".
See https://containerlab.dev/manual/network/
---
This is my first contribution to containerlab.
---------
Co-authored-by: hellt <[email protected]>
Co-authored-by: Copilot <[email protected]>
0 commit comments