aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Short <ekultails@gmail.com>2019-03-08 13:42:47 -0500
committerLuke Short <ekultails@gmail.com>2019-03-28 09:17:18 -0400
commit68ba4154e354c7cfc4aab024017bb60464dae8ec (patch)
tree8b2e610deba42ec1871cf3c88b7888e67e44aea1
parent850326cc192444d1c5cfd8ba6e1015f653b41e73 (diff)
downloadpodman-68ba4154e354c7cfc4aab024017bb60464dae8ec.tar.gz
podman-68ba4154e354c7cfc4aab024017bb60464dae8ec.tar.bz2
podman-68ba4154e354c7cfc4aab024017bb60464dae8ec.zip
Add all container status states to the podman-ps manual page.
Signed-off-by: Luke Short <ekultails@gmail.com>
-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**