Problem Statement
Why do we tag Docker images (for example myapp:1.0)?
Explanation
Tags (such as ‘1.0’, ‘latest’, ‘release’) help you keep track of different versions of your image, facilitate roll-backs, and clarify what is running or being deployed in an environment.
Practice Sets
This question appears in the following practice sets:
