Merge pull request #1797 from denibertovic/docs

fixed docs for installing binary
This commit is contained in:
Andy Rothfusz 2013-09-04 18:13:25 -07:00
commit d6ff912917
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ Get the docker binary:
.. code-block:: bash
wget http://get.docker.io/builds/Linux/x86_64/docker-latest.tgz
tar -xf docker-latest.tgz
wget --output-document=docker https://get.docker.io/builds/Linux/x86_64/docker-latest
chmod +x docker
Run the docker daemon