From 1f27c8a37095bec8178b4db87c6553cf1a82b948 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Tue, 3 Dec 2013 14:17:59 -0500 Subject: [PATCH] Added note about Ubuntu curl installation Upstream-commit: 64439505c7801214d4e01941c2e92d64261ab137 Component: engine --- .../engine/docs/sources/installation/ubuntulinux.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/engine/docs/sources/installation/ubuntulinux.rst b/components/engine/docs/sources/installation/ubuntulinux.rst index 29e009d90c..93a1b28e2a 100644 --- a/components/engine/docs/sources/installation/ubuntulinux.rst +++ b/components/engine/docs/sources/installation/ubuntulinux.rst @@ -86,6 +86,14 @@ continue installation.* sudo apt-get update sudo apt-get install lxc-docker +.. note:: + + There is also a simple ``curl`` script available to help with this process. + + .. code-block:: bash + + curl -s http://get.docker.io/ubuntu/ | sudo sh + Now verify that the installation has worked by downloading the ``ubuntu`` image and launching a container.