Kaynağa Gözat

fix source command for tab-completion

 source /etc/bash_completion.d/docker.io was not working for me, since the file is called docker, not docker.io.

There might be versions with 'io' ending; star is general enough.

Signed-off-by: Ferenc Szabo <pragmaticfrank@gmail.com>
Ferenc Szabo 10 yıl önce
ebeveyn
işleme
112829434d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/sources/installation/ubuntulinux.md

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

@@ -32,7 +32,7 @@ To install the latest Ubuntu package (this is **not** the most recent Docker rel
 
 
 Then, to enable tab-completion of Docker commands in BASH, either restart BASH or:
 Then, to enable tab-completion of Docker commands in BASH, either restart BASH or:
 
 
-    $ source /etc/bash_completion.d/docker.io
+    $ source /etc/bash_completion.d/docker*
 
 
 > **Note**:
 > **Note**:
 > Since the Ubuntu package is quite dated at this point, you may want to use
 > Since the Ubuntu package is quite dated at this point, you may want to use