Remove needless dot (#881)

This commit is contained in:
Kazuhiro NISHIYAMA 2016-12-15 07:11:17 +09:00 committed by John Mulhausen
parent 94c80bece5
commit 4938b0aa81
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ If you need several VMs and want to manage the version of the Docker client or s
$ env | grep DOCKER
If you are using a Bash shell, you can use `unset ${!DOCKER_*}` to unset all DOCKER environment variables at once. (This will not work in other shells such as `.zsh`; you will need to unset each variable individually.)
If you are using a Bash shell, you can use `unset ${!DOCKER_*}` to unset all DOCKER environment variables at once. (This will not work in other shells such as `zsh`; you will need to unset each variable individually.)
>**Note**: If you have a shell script as part of your profile that sets these `DOCKER` environment variables automatically each time you open a command window, then you will need to unset these each time you want to use Docker for Mac.