diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-20 09:33:07 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-20 12:06:26 -0400 |
commit | 3221f50a4582153fa65be4f9493739e1e0ed1c33 (patch) | |
tree | d41775fc8fb6ea5f163ca93c0d488bcc9d35a0ab /docs/source/markdown/podman-container.1.md | |
parent | b906ecbb5bc887f5123a0f61a5a51782aa34357f (diff) | |
download | podman-3221f50a4582153fa65be4f9493739e1e0ed1c33.tar.gz podman-3221f50a4582153fa65be4f9493739e1e0ed1c33.tar.bz2 podman-3221f50a4582153fa65be4f9493739e1e0ed1c33.zip |
Add podman image/container inspect man pages
[NO TESTS NEEDED] since this is really a docs change.
Concludes: https://github.com/containers/podman/pull/11620
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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. | |