소스 검색

Update ubuntulinux.rst

Adding the Docker repository key fails if port 11371 not open. This would probably work for more people.
Viktor Vojnovski 11 년 전
부모
커밋
ae1dd52b19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/installation/ubuntulinux.rst

+ 1 - 1
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.