1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2014-04-20 22:56:22 +10:00
parent 231f53fd9b
commit b26821e5c0

View file

@ -84,6 +84,7 @@ Run the following commands to get it downloaded and set up:
export DOCKER_HOST=tcp://127.0.0.1:4243 export DOCKER_HOST=tcp://127.0.0.1:4243
# Copy the executable file # Copy the executable file
sudo mkdir -p /usr/local/bin
sudo cp docker /usr/local/bin/ sudo cp docker /usr/local/bin/
And thats it! Lets check out how to use it. And thats it! Lets check out how to use it.