Add a note to create a context in different subscription (#11065)

* Add a note to create a context in different subscription

* Minor style updates

Made a minor tweak to the style and wrapped the new note to 80 chars

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Sujay Pillai 2020-07-01 08:30:40 +00:00 committed by GitHub
parent 6775518067
commit 8d1b473aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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.