summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-container.1.md
diff options
context:
space:
mode:
authorPaul Holzinger <paul.holzinger@web.de>2020-11-22 23:55:25 +0100
committerPaul Holzinger <paul.holzinger@web.de>2020-11-23 10:49:26 +0100
commitc901a766fb66564df24538f761f895212168c923 (patch)
treeb898475066f76dd324d74e641038b95ca123e5ea /docs/source/markdown/podman-container.1.md
parent5292d5a7b85f9d2ae0b2a3734f8ae4baeba80f11 (diff)
downloadpodman-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-container.1.md')
-rw-r--r--docs/source/markdown/podman-container.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-container.1.md b/docs/source/markdown/podman-container.1.md
index 0a6ceea33..9da5db601 100644
--- a/docs/source/markdown/podman-container.1.md
+++ b/docs/source/markdown/podman-container.1.md
@@ -32,6 +32,7 @@ The container command allows you to manage containers
| pause | [podman-pause(1)](podman-pause.1.md) | Pause one or more containers. |
| port | [podman-port(1)](podman-port.1.md) | List port mappings for the container. |
| prune | [podman-container-prune(1)](podman-container-prune.1.md)| Remove all stopped containers from local storage. |
+| ps | [podman-ps(1)](podman-ps.1.md) | Prints out information about containers. |
| restart | [podman-restart(1)](podman-restart.1.md) | Restart one or more containers. |
| restore | [podman-container-restore(1)](podman-container-restore.1.md) | Restores one or more containers from a checkpoint. |
| rm | [podman-rm(1)](podman-rm.1.md) | Remove one or more containers. |