• Docker
  • What is Docker workflow?

Human ---> Client ---> Server

Check if an image exist in the local Registry
Yes ---> ContainerD ---> kernel
No ----> First, download the image from hub and then ---> ContainerD ---> kernel

Docker Workflow is the process of using Docker to build and run apps.

  • First human Interact with Client.
  • Then Client Interact with Server
  • Then Server check the Image is Exists or not.
  • If Server Exists in Local Registry then it Interact with ConatinerD
  • And If Image Do not Exists Then It download the Image From Hub and Then talk with ContainerD
  • And after that Kernal Will take the Necessary actions which Container needed.