diff options
author | haircommander <pehunt@redhat.com> | 2018-07-09 17:48:20 -0400 |
---|---|---|
committer | haircommander <pehunt@redhat.com> | 2018-07-13 09:17:33 -0400 |
commit | a04a8d1dd4d375ebe5084bac760dc82f88cfc77f (patch) | |
tree | 4b02c7e49ec737c6e9ffd4412e5212b856df518c /cmd/podman/pod.go | |
parent | 1aad3fd96b61705243e8f6ae35f65946916aa8a5 (diff) | |
download | podman-a04a8d1dd4d375ebe5084bac760dc82f88cfc77f.tar.gz podman-a04a8d1dd4d375ebe5084bac760dc82f88cfc77f.tar.bz2 podman-a04a8d1dd4d375ebe5084bac760dc82f88cfc77f.zip |
Added full podman pod ps, with tests and man page
Signed-off-by: haircommander <pehunt@redhat.com>
Diffstat (limited to 'cmd/podman/pod.go')
-rw-r--r-- | cmd/podman/pod.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/pod.go b/cmd/podman/pod.go index f32ae4626..6cf2920a5 100644 --- a/cmd/podman/pod.go +++ b/cmd/podman/pod.go @@ -8,7 +8,8 @@ var ( podDescription = ` podman pod - manage pods + Manage container pods. + Pods are a group of one or more containers sharing the same network, pid and ipc namespaces. ` podCommand = cli.Command{ Name: "pod", |