Skip to content

Commit 162cd2e

Browse files
authored
Fix the wrong docker pull command
Error response from daemon: manifest for xxx.azurecr.io/gs-spring-boot-docker:v1 not found: manifest unknown: manifest tagged by "v1" is not found
1 parent 04514a4 commit 162cd2e

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)