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:
parent
8878943ac9
commit
62823cfb97
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue