Docker Architecture - Client-server
Explore the components of the Docker ecosystem such as the client, daemon, registry, and Docker Hub. Understand how the Docker client communicates with the daemon to run containers by pulling images locally or from the registry. Gain foundational knowledge crucial for working with Docker containers and managing images effectively.
We'll cover the following...
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 ...