Skip to content

Commit b67c39c

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#104129
From docker tag mcr.microsoft.com/azuredocs/azure-vote-front:v1 /azure-vote-front:v2 To docker tag /azure-vote-front:v1 /azure-vote-front:v2
1 parent 7f57fb2 commit b67c39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/tutorial-kubernetes-app-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To correctly use the updated image, tag the *azure-vote-front* image with the lo
9898
Use [docker tag][docker-tag] to tag the image. Replace `<acrLoginServer>` with your ACR login server name or public registry hostname, and update the image version to *:v2* as follows:
9999

100100
```console
101-
docker tag mcr.microsoft.com/azuredocs/azure-vote-front:v1 <acrLoginServer>/azure-vote-front:v2
101+
docker tag /azure-vote-front:v1 /azure-vote-front:v2
102102
```
103103

104104
Now use [docker push][docker-push] to upload the image to your registry. Replace `<acrLoginServer>` with your ACR login server name.

0 commit comments

Comments
 (0)