Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt stargz: Improve image pull performance for tools and servers/containers #112

Closed
hugosantos opened this issue Nov 13, 2021 · 0 comments

Comments

@hugosantos
Copy link
Contributor

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

@hugosantos hugosantos transferred this issue from another repository Mar 29, 2022
@hugosantos 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants