Skip to content

Commit

Permalink
Merge pull request #2524 from ekultails/podman-ps_man_page_status
Browse files Browse the repository at this point in the history
Add all possible container status states to the podman-ps manual page.
  • Loading branch information
openshift-merge-robot authored Mar 29, 2019
2 parents 6ab27c6 + 68ba415 commit 376a89c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/podman-ps.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 376a89c

Please sign in to comment.