summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-03-14 11:51:27 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-14 16:06:41 +0000
commit97c2c339784c7570ff8abcd43edc6bd55ad6de42 (patch)
tree739835b5485106b37458cc0f18950b996c8fc746
parentd87b6e8db96b847014e7d31d89ac78dd265c8bad (diff)
downloadpodman-97c2c339784c7570ff8abcd43edc6bd55ad6de42.tar.gz
podman-97c2c339784c7570ff8abcd43edc6bd55ad6de42.tar.bz2
podman-97c2c339784c7570ff8abcd43edc6bd55ad6de42.zip
Remove references to container restart on create/run command
podman does not support autorestart. Should use systemd if you want containers to restart Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #487 Approved by: edsantiago
-rw-r--r--docs/podman-create.1.md2
-rw-r--r--docs/podman-run.1.md2
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index d870d6d3c..044ab23d3 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -396,8 +396,6 @@ its root filesystem mounted as read only prohibiting any writes.
**--rm**=*true*|*false*
Automatically remove the container when it exits. The default is *false*.
- `--rm` flag can work together with `-d`, and auto-removal will be done on daemon side. Note that it's
-incompatible with any restart policy other than `none`.
**--security-opt**=[]
Security Options
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 81581abfb..edd7ed681 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -397,8 +397,6 @@ its root filesystem mounted as read only prohibiting any writes.
**--rm**=*true*|*false*
Automatically remove the container when it exits. The default is *false*.
- `--rm` flag can work together with `-d`, and auto-removal will be done on daemon side. Note that it's
-incompatible with any restart policy other than `none`.
**--security-opt**=[]
Security Options