mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #2000 from tianon/deprecated-docker-latest-tgz
Replace deprecated upgrading reference to docker-latest.tgz, which hasn't been updated since 0.5.3
This commit is contained in:
commit
06c1f000e8
1 changed files with 5 additions and 8 deletions
|
@ -53,13 +53,10 @@ If you installed the Docker :ref:`binaries` then follow these steps:
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# get the latest binary
|
# get the latest binary
|
||||||
wget http://get.docker.io/builds/Linux/x86_64/docker-latest.tgz
|
wget http://get.docker.io/builds/Linux/x86_64/docker-latest -O docker
|
||||||
|
|
||||||
|
# make it executable
|
||||||
.. code-block:: bash
|
chmod +x docker
|
||||||
|
|
||||||
# Unpack it to your current dir
|
|
||||||
tar -xf docker-latest.tgz
|
|
||||||
|
|
||||||
|
|
||||||
Start docker in daemon mode (``-d``) and disconnect, running the
|
Start docker in daemon mode (``-d``) and disconnect, running the
|
||||||
|
@ -73,4 +70,4 @@ which might reside in your path.
|
||||||
sudo ./docker -d &
|
sudo ./docker -d &
|
||||||
|
|
||||||
|
|
||||||
Alternatively you can replace the docker binary in ``/usr/local/bin``
|
Alternatively you can replace the docker binary in ``/usr/local/bin``.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue