summaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2018-03-15 16:05:24 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-16 13:55:49 +0000
commit1eba11836741ea1ffd94ccdb166aec7616407c6b (patch)
tree6fb8eaec65f32dfe31d74b13ef9871894c8f0a93 /commands.md
parent05fb5a0aa70911fdb359cb0116f158c271d2d0ca (diff)
downloadpodman-1eba11836741ea1ffd94ccdb166aec7616407c6b.tar.gz
podman-1eba11836741ea1ffd94ccdb166aec7616407c6b.tar.bz2
podman-1eba11836741ea1ffd94ccdb166aec7616407c6b.zip
Add podman restart to podman bash completions and commands
Signed-off-by: Matthew Heon <mheon@redhat.com> Closes: #503 Approved by: rhatdan
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.md b/commands.md
index c2301420a..987f4abfe 100644
--- a/commands.md
+++ b/commands.md
@@ -29,6 +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-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 ||