diff options
author | Matthew Heon <mheon@redhat.com> | 2018-03-16 16:20:16 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-17 10:06:11 +0000 |
commit | ecfa321288f10b70a59166f93296c77d262317fc (patch) | |
tree | b28202629aa4ae34212f822faa015c8d2e2f10ae /commands.md | |
parent | c80bfe1be1632635845bfcf46404da87e297c57b (diff) | |
download | podman-ecfa321288f10b70a59166f93296c77d262317fc.tar.gz podman-ecfa321288f10b70a59166f93296c77d262317fc.tar.bz2 podman-ecfa321288f10b70a59166f93296c77d262317fc.zip |
Add 'podman restart' asciinema
Signed-off-by: Matthew Heon <mheon@redhat.com>
Closes: #512
Approved by: rhatdan
Diffstat (limited to 'commands.md')
-rw-r--r-- | commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.md b/commands.md index 987f4abfe..da6852b01 100644 --- a/commands.md +++ b/commands.md @@ -29,7 +29,7 @@ | [podman-ps(1)](/docs/podman-ps.1.md) | Prints out information about containers |[![...](/docs/play.png)](https://asciinema.org/a/bbT41kac6CwZ5giESmZLIaTLR)| | [podman-pull(1)](/docs/podman-pull.1.md) | Pull an image from a registry |[![...](/docs/play.png)](https://asciinema.org/a/lr4zfoynHJOUNu1KaXa1dwG2X)| | [podman-push(1)](/docs/podman-push.1.md) | Push an image to a specified destination |[![...](/docs/play.png)](https://asciinema.org/a/133276)| -| [podman-restart](/docs/podman-restart.1.md) | Restarts one or more containers || +| [podman-restart](/docs/podman-restart.1.md) | Restarts one or more containers |[![...](/docs/play.png)](https://asciinema.org/a/jiqxJAxcVXw604xdzMLTkQvHM)| | [podman-rm(1)](/docs/podman-rm.1.md) | Removes one or more containers |[![...](/docs/play.png)](https://asciinema.org/a/7EMk22WrfGtKWmgHJX9Nze1Qp)| | [podman-rmi(1)](/docs/podman-rmi.1.md) | Removes one or more images |[![...](/docs/play.png)](https://asciinema.org/a/133799)| | [podman-run(1)](/docs/podman-run.1.md) | Run a command in a container || |