Process Flow - RUN instruction for executing commands
Dockerfile with RUN
Docker build starts
RUN command executed in container
Changes saved as new image layer
Build continues or ends
The RUN instruction executes commands inside a temporary container during image build, saving changes as a new image layer.