瀏覽代碼

Merge pull request #7029 from albers/patch-2

no need to create a link to the docker binary
James Turnbull 11 年之前
父節點
當前提交
37309f37fa
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      docs/sources/installation/debian.md

+ 0 - 1
docs/sources/installation/debian.md

@@ -23,7 +23,6 @@ To install the latest Debian package (may not be the latest Docker release):
 
     $ sudo apt-get update
     $ sudo apt-get install docker.io
-    $ sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker
     $ sudo sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker.io
 
 To verify that everything has worked as expected: