summaryrefslogtreecommitdiff
path: root/docs/podman-create.1.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-10-10 14:16:27 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-10-11 11:24:08 -0400
commitd2de9cd3dcb9136bc88d612501d50678d1bad7c9 (patch)
treeee0fbeadf47716b900c7e0d66febace28ee33c8a /docs/podman-create.1.md
parent4882a6dd9dc8ee5475ce8a00c52a522e661dd387 (diff)
downloadpodman-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-create.1.md')
-rw-r--r--docs/podman-create.1.md4
1 files changed, 3 insertions, 1 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=<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**=""