mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix link to Docker Toolbox
Signed-off-by: Francesco Mari <mari.francesco@gmail.com>
This commit is contained in:
parent
162ba6016d
commit
a045b027bf
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ can take over 15 minutes to complete.
|
||||||
|
|
||||||
1. Open a terminal.
|
1. Open a terminal.
|
||||||
|
|
||||||
For [Docker Toolbox](../../toolbox/overview.md) users, use `docker-machine status your_vm_name` to make sure your VM is running. You
|
For [Docker Toolbox](https://github.com/docker/toolbox) users, use `docker-machine status your_vm_name` to make sure your VM is running. You
|
||||||
may need to run `eval "$(docker-machine env your_vm_name)"` to initialize your
|
may need to run `eval "$(docker-machine env your_vm_name)"` to initialize your
|
||||||
shell environment. If you use Docker for Mac or Docker for Windows, you do not need
|
shell environment. If you use Docker for Mac or Docker for Windows, you do not need
|
||||||
to use Docker Machine.
|
to use Docker Machine.
|
||||||
|
|
Loading…
Reference in a new issue