mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
| .. | ||
| main.go | ||
| README.md | ||
flatten.kontain.me
docker pull flatten.kontain.me/[image] will pull an image (if it can), then
flatten its layers into a single layer.
For example, docker pull flatten.kontain.me/busybox will pull busybox from
Dockerhub and flatten it. Only public images are supported.
Flattening images obviates image layer caching, so it's often not an optimization.