summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-01-08 07:47:17 -0500
committerGitHub <noreply@github.com>2020-01-08 07:47:17 -0500
commit0b9dd1a1a0e967e87c242c865cd244f90cb740e1 (patch)
tree730d9021d1184c22840419cfca426d1fa00ac852
parenta8a766853efc0495b0972dfe76b1032f81786e31 (diff)
parent9ea34f8ffa8f3b16acfd77d6fc8eabc493e068f0 (diff)
downloadpodman-0b9dd1a1a0e967e87c242c865cd244f90cb740e1.tar.gz
podman-0b9dd1a1a0e967e87c242c865cd244f90cb740e1.tar.bz2
podman-0b9dd1a1a0e967e87c242c865cd244f90cb740e1.zip
Merge pull request #4810 from TomSweeneyRedHat/dev/tsweeney/updateinspectcommands
Update demo for the inspect command
-rw-r--r--commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.md b/commands.md
index de9169a4b..b744b702e 100644
--- a/commands.md
+++ b/commands.md
@@ -37,7 +37,7 @@
| [podman-import(1)](/docs/source/markdown/podman-import.1.md) | Import a tarball and save it as a filesystem image |
| [podman-info(1)](/docs/source/markdown/podman-info.1.md) | Display system information |
| [podman-init(1)](/docs/source/markdown/podman-init.1.md) | Initialize a container |
-| [podman-inspect(1)](/docs/source/markdown/podman-inspect.1.md) | Display the configuration of a container or image | [![...](/docs/source/markdown/play.png)](https://asciinema.org/a/133418) |
+| [podman-inspect(1)](/docs/source/markdown/podman-inspect.1.md) | Display the configuration of a container or image | [![...](/docs/source/markdown/play.png)](https://podman.io/asciinema/podman/inspect/) | [Here](https://github.com/containers/Demos/blob/master/podman_cli/podman_inspect.sh) |
| [podman-kill(1)](/docs/source/markdown/podman-kill.1.md) | Kill the main process in one or more running containers |
| [podman-load(1)](/docs/source/markdown/podman-load.1.md) | Load an image from a container image archive |
| [podman-login(1)](/docs/source/markdown/podman-login.1.md) | Login to a container registry |