Skip to content

Commit 5a18477

Browse files
authored
Add note about installing Docker
In order to do "az acr login", you need to have the Docker daemon running, so I added a note for that ------- cc: @KarlErickson
1 parent 96939e8 commit 5a18477

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ Next, you'll create an Azure resource group and your ACR using the following ste
8989

9090
Finally, you'll update your project configuration and use the command prompt to build and deploy your image.
9191

92+
> [!NOTE]
93+
> To log in the Azure container registry that you just created, you will need to have the Docker daemon running. To install Docker on your machine, [here is the official Docker documentation](https://docs.docker.com/install/).
94+
9295
1. Log in to your Azure Container Registry from the Azure CLI using the following command. Be sure to replace the placeholder with your own registry name.
9396

9497
```azurecli

0 commit comments

Comments
 (0)