Skip to content

Commit 8b07252

Browse files
authored
Update container-instances-create-docker-context.md
Updated login command to include --tenant-id flag requirement
1 parent 211d345 commit 8b07252

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

includes/container-instances-create-docker-context.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ ms.custom: include file
1616
To use Docker commands to run containers in Azure Container Instances, first log into Azure:
1717

1818
```bash
19-
docker login azure
19+
docker login azure --tenant-id "[tenant ID]"
2020
```
21+
Browse to the Microsoft Entra ID properties to find your tenant ID.
2122

2223
When prompted, enter or select your Azure credentials.
2324

@@ -35,4 +36,4 @@ Run `docker context ls` to confirm that you added the ACI context to your Docker
3536

3637
```
3738
docker context ls
38-
```
39+
```

0 commit comments

Comments
 (0)