- A Docker registry is an organized, hierarchical system for storing Docker images, providing scalable distribution of images. Docker Hub is the official, public Docker registry hosted and managed by Docker, Inc.
- A tag is a versioning label for a single image in a repository.
- <dockerId>/<repositoryName>:<tag>
- Azure Container Registry (ACR) is a fully managed private Docker registry provided by the Azure cloud. In the case of ACR, you store the images using your own Azure storage account and you can make the registry fully private, for your own infrastructure needs.
- latest is the default tag used when you pull or build images (if you do not specify an explicit tag). In general, you should not use the latest tag apart from in development scenarios. In production, always specify an explicit tag for your Kubernetes manifests...
United States
United Kingdom
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Argentina
Austria
Belgium
Bulgaria
Chile
Colombia
Cyprus
Czechia
Denmark
Ecuador
Egypt
Estonia
Finland
Greece
Hungary
Indonesia
Ireland
Italy
Japan
Latvia
Lithuania
Luxembourg
Malaysia
Malta
Mexico
Netherlands
New Zealand
Norway
Philippines
Poland
Portugal
Romania
Singapore
Slovakia
Slovenia
South Africa
South Korea
Sweden
Switzerland
Taiwan
Thailand
Turkey
Ukraine