Process Flow - Running a container with docker run
Start: User types docker run command
Docker CLI parses command
Check if image exists locally
Create container
Start container process
Container runs and outputs logs
Container stops or runs
This flow shows how the docker run command is processed: parsing, image check, container creation, and running.