What’s the difference between a repository and a registry?
What’s the difference between a repository and a registry?
The difference between a Docker repository and a Docker registry can be summarized as follows:
latest, v1.0, v2.0, etc.myapp, it might contain images like myapp:latest, myapp:v1.0, and myapp:v2.0[1][2][3][5].junior