diff --git a/docs/userguide/networking/work-with-networks.md b/docs/userguide/networking/work-with-networks.md index ead194e9d5..66c6bd1a63 100644 --- a/docs/userguide/networking/work-with-networks.md +++ b/docs/userguide/networking/work-with-networks.md @@ -208,8 +208,8 @@ $ docker network inspect isolated_nw "Driver": "default", "Config": [ { - "Subnet": "172.21.0.0/16", - "Gateway": "172.21.0.1/16" + "Subnet": "172.25.0.0/16", + "Gateway": "172.25.0.1/16" } ] },