Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions engine/context/aci-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ myacicontext aci myResourceGroupGTA@eastus
default * moby Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
```

> **Note**
>
> If you need to change the subscription and create a new context, you must
execute the `docker login azure` command again.

### Run a container

Now that you've logged in and created an ACI context, you can start using Docker commands to deploy containers on ACI.
Expand Down