diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2020-11-22 23:55:25 +0100 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2020-11-23 10:49:26 +0100 |
commit | c901a766fb66564df24538f761f895212168c923 (patch) | |
tree | b898475066f76dd324d74e641038b95ca123e5ea /docs/source/markdown/podman-ps.1.md | |
parent | 5292d5a7b85f9d2ae0b2a3734f8ae4baeba80f11 (diff) | |
download | podman-c901a766fb66564df24538f761f895212168c923.tar.gz podman-c901a766fb66564df24538f761f895212168c923.tar.bz2 podman-c901a766fb66564df24538f761f895212168c923.zip |
Add podman container ps command
This command exists in docker and is also in our documentation.
Also remove mentions of `podman ls` or `podman list`. These
commands do not exists in podman or docker.
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'docs/source/markdown/podman-ps.1.md')
-rw-r--r-- | docs/source/markdown/podman-ps.1.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-ps.1.md b/docs/source/markdown/podman-ps.1.md index f542daf4c..b94964f6c 100644 --- a/docs/source/markdown/podman-ps.1.md +++ b/docs/source/markdown/podman-ps.1.md @@ -6,15 +6,11 @@ podman\-ps - Prints out information about containers ## SYNOPSIS **podman ps** [*options*] -**podman container list** [*options*] - -**podman container ls** [*options*] - **podman container ps** [*options*] -**podman list** [*options*] +**podman container list** [*options*] -**podman ls** [*options*] +**podman container ls** [*options*] ## DESCRIPTION **podman ps** lists the running containers on the system. Use the **--all** flag to view |