Skip to content

Commit 2546c64

Browse files
authored
Merge pull request #113306 from andxu/patch-4
Fix the wrong docker pull command
2 parents 24977c3 + 162cd2e commit 2546c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-java-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Finally, you'll update your project configuration and use the command prompt to
146146
Congratulations! Now you have your containerized Java App build on Azure supported JDK pushed to your ACR. You can now test the image by deploying it to Azure App Service, or pulling it to local with command (replacing the placeholder):
147147

148148
```bash
149-
docker pull <your registry name>.azurecr.io/gs-spring-boot-docker:v1
149+
docker pull <your registry name>.azurecr.io/gs-spring-boot-docker
150150
```
151151

152152
## Next steps

0 commit comments

Comments
 (0)