Fix error in terminal command (#3348)

This commit is contained in:
Jason 2017-05-23 13:24:16 -04:00 committed by Misty Stanley-Jones
parent ca2cf369e0
commit 235b57aacb
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ To switch to Docker hosts:
# eval $(docker-machine env -u)
```
* If you are using Docker Machine, and want to switch to one of your local VMs, be sure to unset `DOCKER_TLS_VERIFY`. Best practice is similar to the previous step. Run `docker-machine env -u` as a preview, then run the unset command: `eval $(docker-machine env -u)`. Follow this with `docker machine ls` to view your current machines, then connect to the one you want with `docker-machine env my-local-machine` and run the given `eval` command. For example:
* If you are using Docker Machine, and want to switch to one of your local VMs, be sure to unset `DOCKER_TLS_VERIFY`. Best practice is similar to the previous step. Run `docker-machine env -u` as a preview, then run the unset command: `eval $(docker-machine env -u)`. Follow this with `docker-machine ls` to view your current machines, then connect to the one you want with `docker-machine env my-local-machine` and run the given `eval` command. For example:
```
$ docker-machine env my-local-machine