-
Notifications
You must be signed in to change notification settings - Fork 208
Home
Liu Bo edited this page Sep 20, 2020
·
8 revisions
Dragonfly image-service (Nydus) is a container image acceleration tool. It is written in rust. It was developed at Alibaba Cloud and Ant Group. The project designs and implements user space filesystem on top of a container image format that improves over the current OCI image specification.
- Container images are downloaded on demand
- Chunk level data duplication
- Flatten image metadata and data to remove all intermediate layers
- Only usable image data is saved when building a container image
- Only usable image data is downloaded when running a container
- End-to-end image data integrity
- Compactible with the OCI artifacts spec and distribution spec
- Integrated with existing CNCF project dragonfly to support image distribution in large clusters
- Different container image storage backends are supported
(WIP)
You are welcome to send pull requests to contribute to Nydus code base! Check [Nydus-Contribution-Guide] (WIP) for guideline.