diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-10-10 14:16:27 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-10-11 11:24:08 -0400 |
commit | d2de9cd3dcb9136bc88d612501d50678d1bad7c9 (patch) | |
tree | ee0fbeadf47716b900c7e0d66febace28ee33c8a /docs/podman-run.1.md | |
parent | 4882a6dd9dc8ee5475ce8a00c52a522e661dd387 (diff) | |
download | podman-d2de9cd3dcb9136bc88d612501d50678d1bad7c9.tar.gz podman-d2de9cd3dcb9136bc88d612501d50678d1bad7c9.tar.bz2 podman-d2de9cd3dcb9136bc88d612501d50678d1bad7c9.zip |
Update manpages for --ip flag
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index fccebb7f7..12efa5844 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -297,7 +297,9 @@ Not implemented **--ip**="" -Not implemented +Specify a static IP address for the container, for example '10.88.64.128'. +Can only be used if no additional CNI networks to join were specified via '--network=<network-name>', and if the container is not joining another container's network namespace via '--network=container:<name|id>'. +The address must be within the default CNI network's pool (default 10.88.0.0/16). **--ipc**="" |