Merge pull request #23857 from davidmichaelkarr/patch-1
Update work-with-networks.md: Fix Subnet and Gateway props to match command line Upstream-commit: 6b3faf781f272c2e1f6922bcb35c9b627f323743 Component: engine
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user