diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-20 14:35:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 14:35:45 -0400 |
commit | 7e8ce73c15036d50fc31f763c903c264392f1e04 (patch) | |
tree | f334b87fdf28577f212414442f794fc2170be09c /docs/source/markdown/podman-container.1.md | |
parent | 791458605af79e17e12a5a56fff30742ea0ff310 (diff) | |
parent | 3221f50a4582153fa65be4f9493739e1e0ed1c33 (diff) | |
download | podman-7e8ce73c15036d50fc31f763c903c264392f1e04.tar.gz podman-7e8ce73c15036d50fc31f763c903c264392f1e04.tar.bz2 podman-7e8ce73c15036d50fc31f763c903c264392f1e04.zip |
Merge pull request #11660 from rhatdan/docs
Add podman image/container inspect man pages
Diffstat (limited to 'docs/source/markdown/podman-container.1.md')
-rw-r--r-- | docs/source/markdown/podman-container.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-container.1.md b/docs/source/markdown/podman-container.1.md index 3cc90d9ec..c950347a9 100644 --- a/docs/source/markdown/podman-container.1.md +++ b/docs/source/markdown/podman-container.1.md @@ -24,7 +24,7 @@ The container command allows you to manage containers | exists | [podman-container-exists(1)](podman-container-exists.1.md) | Check if a container exists in local storage | | export | [podman-export(1)](podman-export.1.md) | Export a container's filesystem contents as a tar archive. | | init | [podman-init(1)](podman-init.1.md) | Initialize a container | -| inspect | [podman-inspect(1)](podman-inspect.1.md) | Display a container or image's configuration. | +| inspect | [podman-container-inspect(1)](podman-container-inspect.1.md)| Display a container's configuration. | | kill | [podman-kill(1)](podman-kill.1.md) | Kill the main process in one or more containers. | | list | [podman-ps(1)](podman-ps.1.md) | List the containers on the system.(alias ls) | | logs | [podman-logs(1)](podman-logs.1.md) | Display the logs of a container. | |