Process Flow - Image tags and versioning
Start with base image
Build image locally
Tag image with version or tag
Push image to registry
Pull image using tag
Run container from tagged image
Update image -> new tag
Repeat push and pull with new tag
This flow shows how Docker images are built, tagged with versions, pushed to a registry, and pulled for use. Tagging helps track different versions.