summaryrefslogtreecommitdiff
path: root/cmd/podman/tree.go
Commit message (Collapse)AuthorAge
* podman-remote image treebaude2019-04-04
| | | | | | | add the ability for the podman-remote client to be able to print an image tree. Signed-off-by: baude <bbaude@redhat.com>
* podman image tree: fix usage messageEd Santiago2019-03-16
| | | | | | | | | | Minor fix to Use message: add IMAGE argument. (I'm a stickler for this because my zsh completion is self-generating, from the --help messages). Also, sort 'tree' before 'trust' in man page. Signed-off-by: Ed Santiago <santiago@redhat.com>
* Tree implementation for podman imagesKunal Kushwaha2019-03-14
Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>