Process Flow - Tagging images during build
Write Dockerfile
Run docker build
Docker reads Dockerfile
Build image layers
Assign tag(s) to image
Image stored locally with tag
Use tagged image for run/push
This flow shows how Docker reads a Dockerfile, builds the image, and assigns tags during the build command.