Git Product home page Git Product logo

Comments (5)

rptaylor avatar rptaylor commented on May 5, 2024 6

When using CVMFS, DUCC (the last URL in the post) is sort of like a shim layer that takes the images from the existing container registry servers and automates publishing them onto CVMFS.

It would be very nice indeed to just do the usual 'docker pull library/fedora' etc. and have the lazy fetching and caching work transparently.
On the other hand, one other benefit of CVMFS is that all content is block-level deduplicated and cached locally with a CAS scheme, so if a new user wants to run a public container image with similar content to another one that has already started, that content will already be present in the local cache, even if the tar.gz files in the container images are completely different.

from crfs.

bradfitz avatar bradfitz commented on May 5, 2024 1

Thanks, I hadn't seen that before.

I see it's alike in that they both make outbound HTTP requests to fault in data as needed. I'm guessing it's different in that they have a specialized server, where CRFS's goal is to use existing Container Registry servers, and still be compatible with normal "docker pull" etc workflows.

from crfs.

rptaylor avatar rptaylor commented on May 5, 2024 1

Yes, CVMFS has a hierarchical stratum model of servers (a single authoritative stratum 0, and multiple stratum 1 servers replicate from it). So this handles the load balancing and distribution part, like a CDN. The same infrastructure can be used to serve repositories of container images as well as repositories of any other content/software. The stratum servers are based on Apache httpd.

from crfs.

rptaylor avatar rptaylor commented on May 5, 2024

Now the containerd remote snapshotter exists and can be used by CVMFS and other remote filesystems.

from crfs.

OMiOhMi avatar OMiOhMi commented on May 5, 2024

from crfs.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.