Path: blob/master/website/content/en/docs/examples/containers/containerd/advanced/stargz.md
2649 views
------eStargz is an OCI-compatible container image format that reduces start-up latency using lazy-pulling technique.
The support for eStargz is available by default in Lima.
{{% alert title="Hint" color=success %}} ARM Mac users need to run limactl start with --rosetta to allow running AMD64 binaries. This is not an architectural limitation of eStargz, however, Rosetta is needed because the example Python image below is currently only available for AMD64. {{% /alert %}}
Without eStargz:
With eStargz:
Examples of eStargz images can be found at https://github.com/containerd/stargz-snapshotter/blob/main/docs/pre-converted-images.md.
See also: