You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The traditional Docker format requires a full unpack before a container can start. This adds substantial latency to a edit-refresh cycle.
One approach has seen some adoption: a new format estargz which includes a file index and support random seeking within the archive, as well as updating of container engines to support lazy loading resources from those images.
hugosantos
changed the title
Improve image pull performance for tools and servers/containers
Adopt stargz: Improve image pull performance for tools and servers/containers
May 26, 2022
The traditional Docker format requires a full unpack before a container can start. This adds substantial latency to a edit-refresh cycle.
One approach has seen some adoption: a new format estargz which includes a file index and support random seeking within the archive, as well as updating of container engines to support lazy loading resources from those images.
References
The text was updated successfully, but these errors were encountered: