diff options
author | haircommander <pehunt@redhat.com> | 2018-07-19 14:58:48 -0400 |
---|---|---|
committer | haircommander <pehunt@redhat.com> | 2018-07-20 08:44:44 -0400 |
commit | 17f257140eaecbe39f679d27df85573eb15a7d51 (patch) | |
tree | 0cffee6b81f006b89ca01c08148e17711acf532b /cmd/podman/pod.go | |
parent | ba1871dac033783ab0329c9b3c9113a34a90992f (diff) | |
download | podman-17f257140eaecbe39f679d27df85573eb15a7d51.tar.gz podman-17f257140eaecbe39f679d27df85573eb15a7d51.tar.bz2 podman-17f257140eaecbe39f679d27df85573eb15a7d51.zip |
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 <pehunt@redhat.com>
Diffstat (limited to 'cmd/podman/pod.go')
-rw-r--r-- | cmd/podman/pod.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/podman/pod.go b/cmd/podman/pod.go index 6cf2920a5..e19fea01b 100644 --- a/cmd/podman/pod.go +++ b/cmd/podman/pod.go @@ -20,6 +20,8 @@ var ( podCreateCommand, podPsCommand, podRmCommand, + podStartCommand, + podStopCommand, }, } ) |