fix incorrect statement (#4982)

This commit is contained in:
Shubheksha Jalan 2017-10-17 03:36:39 +05:30 committed by Misty Stanley-Jones
parent 6aae2e4e84
commit 1bfa30d3d3
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ needed.
when connecting it to a network, by using the `--ip` or `--ip6` flag. When
you specify an IP address in this way while using a user-defined network,
the configuration is preserved as part of the container's configuration and
will be applied when the container is reloaded. Assigned IP addresses are
will be applied when the container is reloaded. Assigned IP addresses are not
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.