mirror of
https://github.com/docker/cli.git
synced 2026-09-24 15:30:10 -05:00
Merge pull request #1797 from denibertovic/docs
fixed docs for installing binary Upstream-commit: d6ff912917f350ee728a2df419167d3b64904979 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user