From b26821e5c01bc0176357c41cdb7ff9a7cf3fb9df Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Sun, 20 Apr 2014 22:56:22 +1000 Subject: [PATCH] on a fresh OSX, /usr/local/bin doesn't exist Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) --- docs/sources/installation/mac.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/installation/mac.md b/docs/sources/installation/mac.md index d21075b5f8..4b70ef8371 100644 --- a/docs/sources/installation/mac.md +++ b/docs/sources/installation/mac.md @@ -84,6 +84,7 @@ Run the following commands to get it downloaded and set up: export DOCKER_HOST=tcp://127.0.0.1:4243 # Copy the executable file + sudo mkdir -p /usr/local/bin sudo cp docker /usr/local/bin/ And that’s it! Let’s check out how to use it.