From c149784acb57cad33f9a48feb538af68135260f1 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 24 Sep 2013 21:25:45 -0600 Subject: [PATCH] Replace deprecated upgrading reference to docker-latest.tgz, which hasn't been updated since 0.5.3 Upstream-commit: 595210a3706ecad29c03b3c6753794440b18f992 Component: engine --- .../engine/docs/sources/installation/upgrading.rst | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/components/engine/docs/sources/installation/upgrading.rst b/components/engine/docs/sources/installation/upgrading.rst index 47482314f3..ac4170dfba 100644 --- a/components/engine/docs/sources/installation/upgrading.rst +++ b/components/engine/docs/sources/installation/upgrading.rst @@ -53,13 +53,10 @@ If you installed the Docker :ref:`binaries` then follow these steps: .. code-block:: bash # get the latest binary - wget http://get.docker.io/builds/Linux/x86_64/docker-latest.tgz - - -.. code-block:: bash - - # Unpack it to your current dir - tar -xf docker-latest.tgz + wget http://get.docker.io/builds/Linux/x86_64/docker-latest -O docker + + # make it executable + chmod +x docker Start docker in daemon mode (``-d``) and disconnect, running the @@ -73,4 +70,4 @@ which might reside in your path. 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``.