From ae1dd52b19d075c2f4ba75cf0549c644725834e8 Mon Sep 17 00:00:00 2001 From: Viktor Vojnovski Date: Tue, 18 Mar 2014 17:10:22 +0100 Subject: [PATCH] Update ubuntulinux.rst Adding the Docker repository key fails if port 11371 not open. This would probably work for more people. --- docs/sources/installation/ubuntulinux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/ubuntulinux.rst b/docs/sources/installation/ubuntulinux.rst index 6e79fb8cbc..6998be8571 100644 --- a/docs/sources/installation/ubuntulinux.rst +++ b/docs/sources/installation/ubuntulinux.rst @@ -72,7 +72,7 @@ First add the Docker repository key to your local keychain. .. code-block:: bash - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 + sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 Add the Docker repository to your apt sources list, update and install the ``lxc-docker`` package.