Skip to content

Commit

Permalink
Remove multiple OS statement to avoid confusion (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginalee-dotcom authored Jul 6, 2021
1 parent fbe2dbe commit a2460a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TemplateManagementCLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You should first sign in to the Azure CLI with your identity, and then use the A

* Docker login

To use docker login, you should install docker first. Docker provides packages that easily configure Docker on any [macOS](https://docs.docker.com/docker-for-mac/), [Windows](https://docs.docker.com/docker-for-windows/), or [Linux](https://docs.docker.com/engine/install/) system.
To use docker login, you should install docker first.
```
> docker login <acrName.azurecr.io> -u <username> -p <password>
```
Expand Down

0 comments on commit a2460a7

Please sign in to comment.