summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-05-02 11:01:31 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-02 18:54:14 +0000
commit64dc8039e95ab10648e773aec89513f48a5d17f8 (patch)
tree9006aae3375672e43ee251ec1829c403ed723ac5 /docs
parent86e0c87a29d8004823ea0bfa9591269c1300b3e1 (diff)
downloadpodman-64dc8039e95ab10648e773aec89513f48a5d17f8.tar.gz
podman-64dc8039e95ab10648e773aec89513f48a5d17f8.tar.bz2
podman-64dc8039e95ab10648e773aec89513f48a5d17f8.zip
remove options from create/run that we cannot support
Signed-off-by: baude <bbaude@redhat.com> Closes: #711 Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-create.1.md14
-rw-r--r--docs/podman-run.1.md14
2 files changed, 10 insertions, 18 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index 2a8ccfa33..457f54edd 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -231,15 +231,11 @@ inside of the container.
**-i**, **--interactive**=*true*|*false*
Keep STDIN open even if not attached. The default is *false*.
-**--ip**=""
- Sets the container's interface IPv4 address (e.g. 172.23.0.9)
-
- It can only be used in conjunction with **--network** for user-defined networks
-
**--ip6**=""
- Sets the container's interface IPv6 address (e.g. 2001:db8::1b99)
+ Not implemented
- It can only be used in conjunction with **--network** for user-defined networks
+**--ip**=""
+ Not implemented
**--ipc**=""
Default is to create a private IPC namespace (POSIX SysV IPC) for the container
@@ -262,7 +258,7 @@ millions of trillions.
Read in a line delimited file of labels
**--link-local-ip**=[]
- Add one or more link-local IPv4/IPv6 addresses to the container's interface
+ Not implemented
**--log-driver**="*json-file*"
Logging driver for the container. Default is defined by daemon `--log-driver` flag.
@@ -332,7 +328,7 @@ This works for both background and foreground containers.
'<network-name>|<network-id>': connect to a user-defined network
**--network-alias**=[]
- Add network-scoped alias for the container
+ Not implemented
**--oom-kill-disable**=*true*|*false*
Whether to disable OOM Killer for the container or not.
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 31ddd446e..a198fd9d4 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -238,15 +238,11 @@ inside of the container.
When set to true, keep stdin open even if not attached. The default is false.
-**--ip**=""
- Sets the container's interface IPv4 address (e.g. 172.23.0.9)
-
- It can only be used in conjunction with **--network** for user-defined networks
-
**--ip6**=""
- Sets the container's interface IPv6 address (e.g. 2001:db8::1b99)
+ Not implemented
- It can only be used in conjunction with **--network** for user-defined networks
+**--ip**=""
+ Not implemented
**--ipc**=""
Default is to create a private IPC namespace (POSIX SysV IPC) for the container
@@ -269,7 +265,7 @@ millions of trillions.
Read in a line delimited file of labels
**--link-local-ip**=[]
- Add one or more link-local IPv4/IPv6 addresses to the container's interface
+ Not implemented
**--log-driver**="*json-file*"
Logging driver for the container. Default is defined by daemon `--log-driver` flag.
@@ -341,7 +337,7 @@ This works for both background and foreground containers.
'<network-name>|<network-id>': connect to a user-defined network
**--network-alias**=[]
- Add network-scoped alias for the container
+ Not implemented
**--oom-kill-disable**=*true*|*false*
Whether to disable OOM Killer for the container or not.