Process Flow - Listing local images
Run 'docker images'
Docker CLI sends request
Docker daemon fetches local images
Daemon returns image list
CLI displays images in table format
Done
The command 'docker images' asks Docker to show all local images. Docker daemon fetches and returns the list, then CLI shows it.