...

/

Docker Architecture - Client-server

Docker Architecture - Client-server

Let’s look farther behind the scenes of Docker!

Till now, we have used the term, ‘Docker’ very broadly when describing its functionalities, but Docker has different components as part of its ecosystem. From now, we will be specific about the component we are referring to from the ecosystem. Let’s look at the different components of the Docker ecosystem.

Docker ecosystem

  • Docker Registry: Docker maintains all the images in the registry and they can be pulled from the registry too

  • Docker Hub: This is the ...