Merge pull request #8892 from StephenOrJames/patch-1

Remove extra shell prompt
This commit is contained in:
Chris Roberts 2017-08-21 14:57:31 -07:00 committed by GitHub
commit dce71a5a27
1 changed files with 1 additions and 1 deletions

View File

@ -122,5 +122,5 @@ WSL. Once docker is installed and running on Windows, export the following
environment variable to give Vagrant access:
```
$ vagrant@vagrant-10:/mnt/c/Users/vagrant$ export DOCKER_HOST=tcp://127.0.0.1:2375
vagrant@vagrant-10:/mnt/c/Users/vagrant$ export DOCKER_HOST=tcp://127.0.0.1:2375
```