![]() |
![]()
| ![]() |
![]()
NAMEpodman-image-tree - Print layer hierarchy of an image in a tree format SYNOPSISpodman image tree [options] image:tag|image-id DESCRIPTIONPrints layer hierarchy of an image in a tree format. If no tag is provided, Podman defaults to latest for the image. Layers are indicated with image tags as Top Layer of, when the tag is known locally. OPTIONS--help, -hPrint usage statement --whatrequiresShow all child images and layers of the specified image EXAMPLESList image tree information on specified image: $ podman image tree docker.io/library/wordpress Image ID: 6e880d17852f Tags: [docker.io/library/wordpress:latest] Size: 429.9MB Image Layers ├── ID: 3c816b4ead84 Size: 58.47MB ├── ID: e39dad2af72e Size: 3.584kB ├── ID: b2d6a702383c Size: 213.6MB ├── ID: 94609408badd Size: 3.584kB ├── ID: f4dddbf86725 Size: 43.04MB ├── ID: 8f695df43a4c Size: 11.78kB ├── ID: c29d67bf8461 Size: 9.728kB ├── ID: 23f4315918f8 Size: 7.68kB ├── ID: d082f93a18b3 Size: 13.51MB ├── ID: 7ea8bedcac69 Size: 4.096kB ├── ID: dc3bbf7b3dc0 Size: 57.53MB ├── ID: fdbbc6404531 Size: 11.78kB ├── ID: 8d24785437c6 Size: 4.608kB ├── ID: 80715f9e8880 Size: 4.608kB Top Layer of: [docker.io/library/php:7.2-apache] ├── ID: c93cbcd6437e Size: 3.573MB ├── ID: dece674f3cd1 Size: 4.608kB ├── ID: 834f4497afda Size: 7.168kB ├── ID: bfe2ce1263f8 Size: 40.06MB └── ID: 748e99b214cf Size: 11.78kB Top Layer of: [docker.io/library/wordpress:latest] Show all child images and layers of the specified image: $ podman image tree ae96a4ad4f3f --whatrequires Image ID: ae96a4ad4f3f Tags: [docker.io/library/ruby:latest] Size: 894.2MB Image Layers └── ID: 9c92106221c7 Size: 2.56kB Top Layer of: [docker.io/library/ruby:latest] SEE ALSOpodman(1) HISTORYFeb 2019, Originally compiled by Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
|