summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-25 18:16:50 +0100
committerGitHub <noreply@github.com>2019-02-25 18:16:50 +0100
commit73cfb9f127b0991c3faac9ff1fafed8d65355e4b (patch)
tree1f2f32d614e50cad5a36fe5a8280b79caa13ed22 /docs
parented08352dfa224fe7764bb3cf98c96c073ca0190a (diff)
parente41279b902a334e53c56330a28f42d7a6027df74 (diff)
downloadpodman-73cfb9f127b0991c3faac9ff1fafed8d65355e4b.tar.gz
podman-73cfb9f127b0991c3faac9ff1fafed8d65355e4b.tar.bz2
podman-73cfb9f127b0991c3faac9ff1fafed8d65355e4b.zip
Merge pull request #2423 from rhatdan/rm
Change exit code to 1 on podman rm nosuch container
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-rm.1.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/podman-rm.1.md b/docs/podman-rm.1.md
index 10ebe97f9..dc1729188 100644
--- a/docs/podman-rm.1.md
+++ b/docs/podman-rm.1.md
@@ -1,9 +1,11 @@
-% podman-rm(1)
+% podman-container-rm(1)
## NAME
-podman\-rm - Remove one or more containers
+podman\-container\-rm (podman\-rm) - Remove one or more containers
## SYNOPSIS
+**podman container rm** [*options*] *container*
+
**podman rm** [*options*] *container*
## DESCRIPTION
@@ -57,8 +59,13 @@ Forcibly remove the latest container created.
podman rm -f --latest
```
+## Exit Status
+**_0_** if all specified containers removed
+**_1_** if one of the specified containers did not exist, and no other failures
+**_125_** if command fails for a reason other then an container did not exist
+
## SEE ALSO
-podman(1), podman-rmi(1)
+podman(1), podman-image-rm(1)
## HISTORY
August 2017, Originally compiled by Ryan Cole <rycole@redhat.com>