官术网_书友最值得收藏!

Image tagging and versioning

Docker images use tags in order to provide different versions of the same image in the repository each image tag corresponds to a given Docker image ID. Specifying tags for Docker images is often performed during an image build, but you can also add tags explicitly using the docker tag command:

docker pull mcr.microsoft.com/dotnet/core/sdk
docker tag mcr.microsoft.com/dotnet/core/sdk:latest mydotnetsdk:v1
docker tag mcr.microsoft.com/dotnet/core/sdk:latest mydotnetsdk:v2

In this example, we pulled the latest image tag (as it was not specified explicitly) of the .NET Core SDK and then tagged the image with the mydotnetsdk:v1 and mydotnetsdk:v2 tags in the local image cache. Now, it is possible to use these tags while performing operations on your local machine, like so:

docker run -it --rm mydotnetsdk:v1

Let's take a look at the latest tag, which is often used when working with Docker.

主站蜘蛛池模板: 武安市| 唐山市| 灵山县| 晋江市| 安远县| 南京市| 盘山县| 焉耆| 昌邑市| 来宾市| 兴山县| 大石桥市| 金秀| 广宁县| 广昌县| 龙里县| 乐平市| 英德市| 襄垣县| 惠州市| 东阳市| 察哈| 黄石市| 湾仔区| 洛阳市| 长海县| 正阳县| 玛曲县| 新宾| 原平市| 济南市| 固镇县| 华安县| 临潭县| 拜泉县| 霍邱县| 西充县| 白朗县| 民勤县| 榆中县| 白水县|