summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-inspect.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-20 14:35:45 -0400
committerGitHub <noreply@github.com>2021-09-20 14:35:45 -0400
commit7e8ce73c15036d50fc31f763c903c264392f1e04 (patch)
treef334b87fdf28577f212414442f794fc2170be09c /docs/source/markdown/podman-inspect.1.md
parent791458605af79e17e12a5a56fff30742ea0ff310 (diff)
parent3221f50a4582153fa65be4f9493739e1e0ed1c33 (diff)
downloadpodman-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-inspect.1.md')
-rw-r--r--docs/source/markdown/podman-inspect.1.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-inspect.1.md b/docs/source/markdown/podman-inspect.1.md
index ae26c1bbb..83dc5cbbe 100644
--- a/docs/source/markdown/podman-inspect.1.md
+++ b/docs/source/markdown/podman-inspect.1.md
@@ -14,6 +14,8 @@ all results in a JSON array. If the inspect type is all, the order of inspection
If a format is specified, the given template will be executed for each result.
For more inspection options, see also
+[podman-container-inspect(1)](podman-container-inspect.1.md),
+[podman-image-inspect(1)](podman-image-inspect.1.md),
[podman-network-inspect(1)](podman-network-inspect.1.md),
[podman-pod-inspect(1)](podman-pod-inspect.1.md), and
[podman-volume-inspect(1)](podman-volume-inspect.1.md).
@@ -160,7 +162,7 @@ myNetwork
```
## SEE ALSO
-podman(1)
+**[podman(1)](podman.1.md)**,**[podman-container-inspect(1)](podman-container-inspect.1.md)**,**[podman-image-inspect(1)](podman-image-inspect.1.md)**,**[podman-network-inspect(1)](podman-network-inspect.1.md)**,**[podman-pod-inspect(1)](podman-pod-inspect.1.md)**,**[podman-volume-inspect(1)](podman-volume-inspect.1.md)**.
## HISTORY
July 2017, Originally compiled by Dan Walsh <dwalsh@redhat.com>