mirror of https://github.com/docker/docs.git
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:
parent
6775518067
commit
8d1b473aa7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue