From 112829434d5aa517a00d89c3b476233fa277eb94 Mon Sep 17 00:00:00 2001 From: Ferenc Szabo Date: Tue, 17 Feb 2015 16:32:12 +0100 Subject: [PATCH] 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 --- docs/sources/installation/ubuntulinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/ubuntulinux.md b/docs/sources/installation/ubuntulinux.md index 3659ce6f33..9261734c26 100644 --- a/docs/sources/installation/ubuntulinux.md +++ b/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: - $ source /etc/bash_completion.d/docker.io + $ source /etc/bash_completion.d/docker* > **Note**: > Since the Ubuntu package is quite dated at this point, you may want to use