From d2de9cd3dcb9136bc88d612501d50678d1bad7c9 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 10 Oct 2018 14:16:27 -0400 Subject: Update manpages for --ip flag Signed-off-by: Matthew Heon --- docs/podman-create.1.md | 4 +++- docs/podman-run.1.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index c42671b76..8d1b09b39 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -286,7 +286,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=', and if the container is not joining another container's network namespace via '--network=container:'. +The address must be within the default CNI network's pool (default 10.88.0.0/16). **--ipc**="" 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=', and if the container is not joining another container's network namespace via '--network=container:'. +The address must be within the default CNI network's pool (default 10.88.0.0/16). **--ipc**="" -- cgit v1.2.3-54-g00ecf