Process Flow - Pulling images from Docker Hub
User runs 'docker pull <image>'
Docker client sends request to Docker Hub
Docker Hub locates requested image
Docker Hub sends image layers to client
Docker client downloads and stores layers locally
Image ready locally for use
This flow shows how the Docker client requests an image from Docker Hub, downloads it layer by layer, and stores it locally for use.