Skip to content

Commit adea1ca

Browse files
authored
Merge pull request #19871 from tiendq/patch-1
docs: replace alpine with nginx
2 parents d298560 + 38028fc commit adea1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Tagging images is the method to provide an image with a memorable name. However,
7373

7474
Some examples of image names include:
7575

76-
- `nginx`, equivalent to `docker.io/library/alpine:latest`: this pulls an image from the `docker.io` registry, the `library` namespace, the `nginx` image repository, and the `latest` tag.
76+
- `nginx`, equivalent to `docker.io/library/nginx:latest`: this pulls an image from the `docker.io` registry, the `library` namespace, the `nginx` image repository, and the `latest` tag.
7777
- `docker/welcome-to-docker`, equivalent to `docker.io/docker/welcome-to-docker:latest`: this pulls an image from the `docker.io` registry, the `docker` namespace, the `welcome-to-docker` image repository, and the `latest` tag
7878
- `ghcr.io/dockersamples/example-voting-app-vote:pr-311`: this pulls an image from the GitHub Container Registry, the `dockersamples` namespace, the `example-voting-app-vote` image repository, and the `pr-311` tag
7979

0 commit comments

Comments
 (0)