diff --git a/cloud/aci-integration.md b/cloud/aci-integration.md index 82cd7b3451..2634b016c8 100644 --- a/cloud/aci-integration.md +++ b/cloud/aci-integration.md @@ -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.