浏览代码

Source the bash_completion after installation

Signed-off-by: Przemek Hejman <przemyslaw.hejman@gmail.com>
Przemek Hejman 10 年之前
父节点
当前提交
9f59e2223d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/sources/installation/ubuntulinux.md

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

@@ -31,6 +31,7 @@ To install the latest Ubuntu package (may not be the latest Docker release):
     $ sudo apt-get install docker.io
     $ sudo apt-get install docker.io
     $ sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker
     $ sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker
     $ sudo sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker.io
     $ sudo sed -i '$acomplete -F _docker docker' /etc/bash_completion.d/docker.io
+    $ source /etc/bash_completion.d/docker.io
 
 
 If you'd like to try the latest version of Docker:
 If you'd like to try the latest version of Docker: