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

fixed docs for installing binary

This commit is contained in:
Deni Bertovic 2013-09-05 00:06:41 +02:00
parent 8878943ac9
commit 62823cfb97

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