mirror of https://github.com/docker/docs.git
Update Task2, Step1 in 'set-up-dev-env.md' (#2863)
* Update Task2, Step1 in 'set-up-dev-env.md' Originally the step mentioned Mac in general but the step is actually just for Docker Toolbox users. * Fix Docker Toolbox link Link was using HTML-style link and has now been updated to use Markdown-style. * Fix Docker Toolbox link address
This commit is contained in:
parent
d0f7fbb373
commit
b05b346386
|
|
@ -92,7 +92,7 @@ can take over 15 minutes to complete.
|
|||
|
||||
1. Open a terminal.
|
||||
|
||||
For Mac users, use `docker-machine status your_vm_name` to make sure your VM is running. You
|
||||
For [Docker Toolbox](../../toolbox/overview.md) 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
|
||||
shell environment.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue