summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-29 05:33:03 -0700
committerGitHub <noreply@github.com>2019-03-29 05:33:03 -0700
commit376a89c7a417e90bc667e11f7264e4a7ea950bfe (patch)
tree7f260dd7750219843b6082cb73c77cf43a1e88f8 /docs
parent6ab27c6355a4df228ed6d527162d5251d867b9b3 (diff)
parent68ba4154e354c7cfc4aab024017bb60464dae8ec (diff)
downloadpodman-376a89c7a417e90bc667e11f7264e4a7ea950bfe.tar.gz
podman-376a89c7a417e90bc667e11f7264e4a7ea950bfe.tar.bz2
podman-376a89c7a417e90bc667e11f7264e4a7ea950bfe.zip
Merge pull request #2524 from ekultails/podman-ps_man_page_status
Add all possible container status states to the podman-ps manual page.
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-ps.1.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/podman-ps.1.md b/docs/podman-ps.1.md
index 685a52bda..f2c1a1cdd 100644
--- a/docs/podman-ps.1.md
+++ b/docs/podman-ps.1.md
@@ -89,18 +89,18 @@ If multiple filters are given, only containers which match all of the given filt
Valid filters are listed below:
-| **Filter** | **Description** |
-| --------------- | ------------------------------------------------------------------- |
-| id | [ID] Container's ID |
-| name | [Name] Container's name |
-| label | [Key] or [Key=Value] Label assigned to a container |
-| exited | [Int] Container's exit code |
-| status | [Status] Container's status, e.g *running*, *stopped* |
-| ancestor | [ImageName] Image or descendant used to create container |
-| before | [ID] or [Name] Containers created before this container |
-| since | [ID] or [Name] Containers created since this container |
-| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
-| health | [Status] healthy or unhealthy |
+| **Filter** | **Description** |
+| --------------- | -------------------------------------------------------------------------------- |
+| id | [ID] Container's ID |
+| name | [Name] Container's name |
+| label | [Key] or [Key=Value] Label assigned to a container |
+| exited | [Int] Container's exit code |
+| status | [Status] Container's status: *created*, *exited*, *paused*, *running*, *unknown* |
+| ancestor | [ImageName] Image or descendant used to create container |
+| before | [ID] or [Name] Containers created before this container |
+| since | [ID] or [Name] Containers created since this container |
+| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
+| health | [Status] healthy or unhealthy |
**--help**, **-h**