-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Milestone
Description
File: engine/userguide/networking/work-with-networks.md, CC @mstanleyjones
Wrong Statement: Assigned IP addresses are preserved when using non-user-defined networks, because there is no guarantee that a container’s subnet will not change when the Docker daemon restarts unless you use user-defined networks.
In my understanding
Correct Statement: Assigned IP addresses are not preserved when using non-user-defined networks...