From 17f257140eaecbe39f679d27df85573eb15a7d51 Mon Sep 17 00:00:00 2001 From: haircommander Date: Thu, 19 Jul 2018 14:58:48 -0400 Subject: Added pod start and stop As well as added tests, man pages, and completions. Also reformatted and refactored a couple of other small things in the other pod commands. Signed-off-by: haircommander --- docs/podman-pod.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/podman-pod.1.md') diff --git a/docs/podman-pod.1.md b/docs/podman-pod.1.md index 511a5841f..9aee75e81 100644 --- a/docs/podman-pod.1.md +++ b/docs/podman-pod.1.md @@ -16,6 +16,8 @@ podman pod is a set of subcommands that manage pods, or groups of containers. | [podman-pod-create(1)](podman-pod-create.1.md) | Create a new pod. | | [podman-pod-ps(1)](podman-pod-ps.1.md) | Prints out information about pods. | | [podman-pod-rm(1)](podman-pod-rm.1.md) | Remove one or more pods. | +| [podman-pod-start(1)](podman-pod-start.1.md) | Start one or more pods. | +| [podman-pod-stop(1)](podman-pod-stop.1.md) | Stop one or more pods. | ## HISTORY July 2018, Originally compiled by Peter Hunt -- cgit v1.2.3-54-g00ecf