summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2018-03-15 16:20:17 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-16 13:55:49 +0000
commit5c20bc4963b85f0a5856fbae35fe8bf87328be26 (patch)
tree7bae76bc89cf786b1620c62b329f5c68747b854e /docs
parent1eba11836741ea1ffd94ccdb166aec7616407c6b (diff)
downloadpodman-5c20bc4963b85f0a5856fbae35fe8bf87328be26.tar.gz
podman-5c20bc4963b85f0a5856fbae35fe8bf87328be26.tar.bz2
podman-5c20bc4963b85f0a5856fbae35fe8bf87328be26.zip
Add restart to main podman manpage
Signed-off-by: Matthew Heon <mheon@redhat.com> Closes: #503 Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r--docs/podman.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/podman.1.md b/docs/podman.1.md
index 60ad16f37..e7639192b 100644
--- a/docs/podman.1.md
+++ b/docs/podman.1.md
@@ -78,6 +78,7 @@ has the capability to debug pods/images created by crio.
| [podman-ps(1)](podman-ps.1.md) | Prints out information about containers. |
| [podman-pull(1)](podman-pull.1.md) | Pull an image from a registry. |
| [podman-push(1)](podman-push.1.md) | Push an image from local storage to elsewhere. |
+| [podman-restart(1)](podman-restart.1.md) | Restart one or more containers. |
| [podman-rm(1)](podman-rm.1.md) | Remove one or more containers. |
| [podman-rmi(1)](podman-rmi.1.md) | Removes one or more locally stored images. |
| [podman-run(1)](podman-run.1.md) | Run a command in a container. |