Browse code

on a fresh OSX, /usr/local/bin doesn't exist

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)

Sven Dowideit authored on 2014/04/20 21:56:22
Showing 1 changed files
... ...
@@ -84,6 +84,7 @@ Run the following commands to get it downloaded and set up:
84 84
     export DOCKER_HOST=tcp://127.0.0.1:4243
85 85
 
86 86
     # Copy the executable file
87
+    sudo mkdir -p /usr/local/bin
87 88
     sudo cp docker /usr/local/bin/
88 89
 
89 90
 And that’s it! Let’s check out how to use it.