mirror of https://github.com/docker/docs.git
Update to lowercase to fix format error (#12823)
* Update to lowercase to fix format error Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
7f7c60fcbc
commit
2531d6093c
|
@ -102,8 +102,8 @@ docker --context myacicontext run -p 80:80 nginx
|
|||
Or, you can change context using `docker context use` to select the ACI context to be your focus for running Docker commands. For example, we can use the `docker context use` command to deploy an Nginx container:
|
||||
|
||||
```console
|
||||
docker context use myacicontext
|
||||
docker run -p 80:80 Nginx
|
||||
$ docker context use myacicontext
|
||||
$ docker run -p 80:80 nginx
|
||||
```
|
||||
|
||||
After you've switched to the `myacicontext` context, you can use `docker ps` to list your containers running on ACI.
|
||||
|
|
Loading…
Reference in New Issue