Merge pull request #16230 from Sergey-Shabanov/patch-1

Edit tag syntax
This commit is contained in:
Usha Mandya 2022-11-28 10:03:19 +00:00 committed by GitHub
commit e2a3dad4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ FROM ubuntu:22.04
Here the [`FROM` instruction](../../engine/reference/builder.md#from) sets our Here the [`FROM` instruction](../../engine/reference/builder.md#from) sets our
base image to the 22.04 release of Ubuntu. All following instructions are base image to the 22.04 release of Ubuntu. All following instructions are
executed on this base image, in this case, an Ubuntu environment. The notation executed on this base image, in this case, an Ubuntu environment. The notation
`ubuntu:22:04`, follows the `name:tag` standard for naming docker images. When `ubuntu:22.04`, follows the `name:tag` standard for naming docker images. When
you build your image you use this notation to name your images and use it to you build your image you use this notation to name your images and use it to
specify any existing Docker image. There are many public images you can specify any existing Docker image. There are many public images you can
leverage in your projects. Explore [Docker Hub](https://hub.docker.com/search?image_filter=official&q=&type=image){:target="_blank" rel="noopener" class="_"} leverage in your projects. Explore [Docker Hub](https://hub.docker.com/search?image_filter=official&q=&type=image){:target="_blank" rel="noopener" class="_"}