From 81fc368a6d70ef369bd16a3c090c6910851faacf Mon Sep 17 00:00:00 2001 From: Richo Healey Date: Wed, 11 Dec 2013 11:27:36 -0800 Subject: [PATCH] Use https to get the install script --- docs/sources/installation/ubuntulinux.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/ubuntulinux.rst b/docs/sources/installation/ubuntulinux.rst index 73e7c3a80e..00400a94bc 100644 --- a/docs/sources/installation/ubuntulinux.rst +++ b/docs/sources/installation/ubuntulinux.rst @@ -77,7 +77,7 @@ First add the Docker repository key to your local keychain. You can use the sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -" Add the Docker repository to your apt sources list, update and install the -``lxc-docker`` package. +``lxc-docker`` package. *You may receive a warning that the package isn't trusted. Answer yes to continue installation.* @@ -95,7 +95,7 @@ continue installation.* .. code-block:: bash - curl -s http://get.docker.io/ubuntu/ | sudo sh + curl -s https://get.docker.io/ubuntu/ | sudo sh Now verify that the installation has worked by downloading the ``ubuntu`` image and launching a container.