1podman-image-tree(1)()                                  podman-image-tree(1)()
2
3
4

NAME

6       podman-image-tree - Prints layer hierarchy of an image in a tree format
7
8

SYNOPSIS

10       podman image tree [options] image:tag|image-id
11
12

DESCRIPTION

14       Prints  layer  hierarchy  of  an image in a tree format.  If you do not
15       provide a tag, Podman will default to latest for the image.  Layers are
16       indicated  with  image  tags  as  Top  Layer  of, when the tag is known
17       locally.
18
19

OPTIONS

21       --help, -h
22
23
24       Print usage statement
25
26
27       --whatrequires
28
29
30       Show all child images and layers of the specified image
31
32

EXAMPLES

34              $ podman pull docker.io/library/wordpress
35              $ podman pull docker.io/library/php:7.2-apache
36
37              $ podman image tree docker.io/library/wordpress
38              Image ID: 6e880d17852f
39              Tags:    [docker.io/library/wordpress:latest]
40              Size:    429.9MB
41              Image Layers
42              ├──  ID: 3c816b4ead84 Size: 58.47MB
43              ├──  ID: e39dad2af72e Size: 3.584kB
44              ├──  ID: b2d6a702383c Size: 213.6MB
45              ├──  ID: 94609408badd Size: 3.584kB
46              ├──  ID: f4dddbf86725 Size: 43.04MB
47              ├──  ID: 8f695df43a4c Size: 11.78kB
48              ├──  ID: c29d67bf8461 Size: 9.728kB
49              ├──  ID: 23f4315918f8 Size:  7.68kB
50              ├──  ID: d082f93a18b3 Size: 13.51MB
51              ├──  ID: 7ea8bedcac69 Size: 4.096kB
52              ├──  ID: dc3bbf7b3dc0 Size: 57.53MB
53              ├──  ID: fdbbc6404531 Size: 11.78kB
54              ├──  ID: 8d24785437c6 Size: 4.608kB
55              ├──  ID: 80715f9e8880 Size: 4.608kB Top Layer of: [docker.io/library/php:7.2-apache]
56              ├──  ID: c93cbcd6437e Size: 3.573MB
57              ├──  ID: dece674f3cd1 Size: 4.608kB
58              ├──  ID: 834f4497afda Size: 7.168kB
59              ├──  ID: bfe2ce1263f8 Size: 40.06MB
60              └──  ID: 748e99b214cf Size: 11.78kB Top Layer of: [docker.io/library/wordpress:latest]
61
62              $ podman pull docker.io/circleci/ruby:latest
63              $ podman pull docker.io/library/ruby:latest
64
65              $ podman image tree ae96a4ad4f3f --whatrequires
66              Image ID: ae96a4ad4f3f
67              Tags:    [docker.io/library/ruby:latest]
68              Size:    894.2MB
69              Image Layers
70              └──  ID: 9c92106221c7 Size:  2.56kB Top Layer of: [docker.io/library/ruby:latest]
71               ├──  ID: 1b90f2b80ba0 Size: 3.584kB
72               │   ├──  ID: 42b7d43ae61c Size: 169.5MB
73               │   ├──  ID: 26dc8ba99ec3 Size: 2.048kB
74               │   ├──  ID: b4f822db8d95 Size: 3.957MB
75               │   ├──  ID: 044e9616ef8a Size: 164.7MB
76               │   ├──  ID: bf94b940200d Size: 11.75MB
77               │   ├──  ID: 4938e71bfb3b Size: 8.532MB
78               │   └──  ID: f513034bf553 Size: 1.141MB
79               ├──  ID: 1e55901c3ea9 Size: 3.584kB
80               ├──  ID: b62835a63f51 Size: 169.5MB
81               ├──  ID: 9f4e8857f3fd Size: 2.048kB
82               ├──  ID: c3b392020e8f Size: 3.957MB
83               ├──  ID: 880163026a0a Size: 164.8MB
84               ├──  ID: 8c78b2b14643 Size: 11.75MB
85               ├──  ID: 830370cfa182 Size: 8.532MB
86               └──  ID: 567fd7b7bd38 Size: 1.141MB Top Layer of: [docker.io/circleci/ruby:latest]
87
88
89
90

SEE ALSO

92       podman(1)
93
94

HISTORY

96       Feb 2019, Originally compiled by Kunal Kushwaha
97
98
99
100                                                        podman-image-tree(1)()
Impressum