diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-14 09:53:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 09:53:49 -0700 |
commit | fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb (patch) | |
tree | 06c269da2e787b6ed77cb9be5e0d835d336109bb /cmd/podman/image.go | |
parent | 38d2b952fb5e285183795e2b2533e83bfdf96615 (diff) | |
parent | a4b3b9ffbb9bf4cac1863ac8c3b5dbf7748f9fdd (diff) | |
download | podman-fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb.tar.gz podman-fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb.tar.bz2 podman-fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb.zip |
Merge pull request #1642 from kunalkushwaha/image-tree
Tree implementation for podman images
Diffstat (limited to 'cmd/podman/image.go')
-rw-r--r-- | cmd/podman/image.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/image.go b/cmd/podman/image.go index 0e980d4d3..66c141686 100644 --- a/cmd/podman/image.go +++ b/cmd/podman/image.go @@ -73,6 +73,7 @@ var imageSubCommands = []*cobra.Command{ _rmSubCommand, _saveCommand, _tagCommand, + _treeCommand, } func init() { |