Process Flow - Docker architecture (client, daemon, registry)
User runs Docker Client
Docker Client sends commands
Docker Daemon receives commands
Daemon builds, runs containers
Daemon pulls/pushes images
Docker Registry stores images
User uses Docker Client to send commands to Docker Daemon, which manages containers and interacts with Docker Registry to store or retrieve images.