mirror of https://github.com/docker/docs.git
fixed docs for installing binary
This commit is contained in:
parent
8878943ac9
commit
62823cfb97
|
@ -34,8 +34,8 @@ Get the docker binary:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
wget http://get.docker.io/builds/Linux/x86_64/docker-latest.tgz
|
wget --output-document=docker https://get.docker.io/builds/Linux/x86_64/docker-latest
|
||||||
tar -xf docker-latest.tgz
|
chmod +x docker
|
||||||
|
|
||||||
|
|
||||||
Run the docker daemon
|
Run the docker daemon
|
||||||
|
|
Loading…
Reference in New Issue