From 77975722492adcd791e1210a12e5f58fa81c29e8 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 19 Sep 2014 10:20:12 +1000 Subject: [PATCH] boot2docker shellinit will set any and all env vars needed. Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) --- docs/sources/installation/mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/mac.md b/docs/sources/installation/mac.md index 93d836c112..6c0a7e921a 100644 --- a/docs/sources/installation/mac.md +++ b/docs/sources/installation/mac.md @@ -34,7 +34,7 @@ VirtualBox VM, Docker itself, and the Boot2Docker management tool. $ boot2docker init $ boot2docker start - $ export DOCKER_HOST=tcp://$(boot2docker ip 2>/dev/null):2375 + $ $(boot2docker shellinit) A terminal window will open and you'll see the virtual machine starting up. Once you have an initialized virtual machine, you can control it with `boot2docker stop`