Skip to content

Commit 35ee10c

Browse files
Merge pull request #251632 from ryanpfalz/main
Updated spelling error in code snippet
2 parents e4aea86 + c44b283 commit 35ee10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-get-started-docker-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To stop and remove the container, press `Control`+`C`.
8585
Use [docker tag](https://docs.docker.com/engine/reference/commandline/tag/) to create an alias of the image with the fully qualified path to your registry. This example specifies the `samples` namespace to avoid clutter in the root of the registry.
8686

8787
```
88-
docker tag nginx myregistery.azurecr.io/samples/nginx
88+
docker tag nginx myregistry.azurecr.io/samples/nginx
8989
```
9090

9191
For more information about tagging with namespaces, see the [Repository namespaces](container-registry-best-practices.md#repository-namespaces) section of [Best practices for Azure Container Registry](container-registry-best-practices.md).

0 commit comments

Comments
 (0)