diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-11 07:17:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 07:17:30 -0700 |
commit | 4596c39655f7ff5e741adbc97aaa49bb3a9d453e (patch) | |
tree | ac2cdbf07da86810956a28b84fc3c3a4438a825b | |
parent | 638789fd88f60839bd65cad3bc28f0c698d41e32 (diff) | |
parent | 4665d1a112c72594f07a703399584e05daf4af36 (diff) | |
download | podman-4596c39655f7ff5e741adbc97aaa49bb3a9d453e.tar.gz podman-4596c39655f7ff5e741adbc97aaa49bb3a9d453e.tar.bz2 podman-4596c39655f7ff5e741adbc97aaa49bb3a9d453e.zip |
Merge pull request #2893 from TomSweeneyRedHat/dev/tsweeney/commandsfix
Add demo script and cast to images
-rw-r--r-- | commands.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands.md b/commands.md index 156a1cdf6..1c05640f2 100644 --- a/commands.md +++ b/commands.md @@ -4,8 +4,8 @@ ## Podman Commands -Command | Description | Demo -:----------------------------------------------------------------------- | :------------------------------------------------------------------------- | :-------------------------------------------------------------------------- +Command | Description | Demo | Script +:----------------------------------------------------------------------- | :------------------------------------------------------------------------- | :-------------------------------------------------------------------------- | :-------------------------------------------------------------------------- [podman(1)](/docs/podman.1.md) | Simple management tool for pods and images | [podman-attach(1)](/docs/podman-attach.1.md) | Attach to a running container | [podman-build(1)](/docs/podman-build.1.md) | Build an image using instructions from Dockerfiles | @@ -31,7 +31,7 @@ Command | Descr [podman-image-prune(1)](/docs/podman-image-prune.1.md) | Remove all unused images | [podman-image-sign(1)](/docs/podman-image-sign.1.md) | Create a signature for an image | [podman-image-trust(1)](/docs/podman-image-trust.1.md) | Manage container registry image trust policy | -[podman-images(1)](/docs/podman-images.1.md) | List images in local storage | [![...](/docs/play.png)](https://asciinema.org/a/133649) +[podman-images(1)](/docs/podman-images.1.md) | List images in local storage | [![...](/docs/play.png)](https://podman.io/asciinema/podman/images/) | [Here](https://github.com/containers/Demos/blob/master/podman_cli/podman_images.sh) [podman-import(1)](/docs/podman-import.1.md) | Import a tarball and save it as a filesystem image | [podman-info(1)](/docs/podman-info.1.md) | Display system information | [podman-inspect(1)](/docs/podman-inspect.1.md) | Display the configuration of a container or image | [![...](/docs/play.png)](https://asciinema.org/a/133418) |