Process Flow - FROM instruction for base image
Start Dockerfile
Read FROM instruction
Pull base image if not local
Set base image as build stage
Continue with next instructions
Build image on top of base
Docker reads the FROM instruction first, pulls the base image if needed, and sets it as the starting point for the build.