mirror of https://github.com/docker/docs.git
Small fix in dev env docs
Signed-off-by: Philipp Wahala <philipp.wahala@gmail.com>
This commit is contained in:
parent
3dc30d47e1
commit
fbc0ea32e8
|
@ -96,7 +96,7 @@ environment.
|
||||||
|
|
||||||
1. Open a terminal.
|
1. Open a terminal.
|
||||||
|
|
||||||
Mac users, use `docker-machine status` to make sure your VM is running. You
|
Mac 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.
|
shell environment.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue