Skip to content

Commit 26f8e48

Browse files
authored
Merge pull request #102279 from cyberautomate/patch-1
Update tutorial-docker-compose.md
2 parents e745db0 + c454ecc commit 26f8e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/tutorial-docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ It can take a few minutes to push to the registry.
167167
To verify the image is stored in your registry, run the [az acr repository show](/cli/azure/acr/repository#az-acr-repository-show) command:
168168

169169
```azurecli
170-
az acr repository show --name <acrName> --repository azure-vote-front
170+
az acr repository show --name <acrName> --repository azuredocs/azure-vote-front
171171
```
172172

173173
[!INCLUDE [container-instances-create-docker-context](../../includes/container-instances-create-docker-context.md)]

0 commit comments

Comments
 (0)