Giter Club home page Giter Club logo

Comments (1)

lowzj avatar lowzj commented on May 16, 2024

I'm very sorry about our unclear documents.


the supernode(or the cluster manager, BTW, why give a different name?)

There is a part of this system named cluster manage in our internal version. But in open source version, we remove it and migrate some features of it to supernode. I think we should unify the name of supernode to avoid confusion.


The df-daemon and supernode are connected by the dfget. When you execute the following command:

docker pull centos:centos6

NOTE: If you use MIRROR pattern, you should remove the registry domain because that the domain was configured in df-daemon param -registry. If you are testing on MacOS, please set the df-daemon param -hostIp to a non-loop ip of your machine.

The complete flows are:

  • docker daemon requests the registry mirror(df-daemon) to get every layers' url and downloads them
  • df-daemon uses dfget to download every layers of image
  • dfget connects to supernode to download the layer that df-daemon assigned, just like we use dfget to download files directly.
  • supernode downloads the file(layer of image) from registry

Df-daemon now support HTTP PROXY pattern but not support to pull a private image for now. We are improving documents recently and will add some content about PROXY pattern.

from dragonfly.

Related Issues (20)

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.