We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e745db0 + c454ecc commit 26f8e48Copy full SHA for 26f8e48
articles/container-instances/tutorial-docker-compose.md
@@ -167,7 +167,7 @@ It can take a few minutes to push to the registry.
167
To verify the image is stored in your registry, run the [az acr repository show](/cli/azure/acr/repository#az-acr-repository-show) command:
168
169
```azurecli
170
-az acr repository show --name <acrName> --repository azure-vote-front
+az acr repository show --name <acrName> --repository azuredocs/azure-vote-front
171
```
172
173
[!INCLUDE [container-instances-create-docker-context](../../includes/container-instances-create-docker-context.md)]
0 commit comments