Merge pull request #5321 from SvenDowideit/osx-install-mkdir-local

Merged.
This commit is contained in:
O.S. Tezer 2014-04-21 19:12:36 +03:00
Родитель 231f53fd9b b26821e5c0
Коммит d4ca165827
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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 thats it! Lets check out how to use it.