Process Flow - Build context concept
User runs docker build
Docker CLI sends build context folder
Docker daemon receives context
Docker daemon reads Dockerfile
Docker daemon executes instructions using context files
Image layers created
Build completes, image ready
This flow shows how Docker sends the build context folder to the daemon, which uses it to build the image step-by-step.