fix bash completion for dockerd with path

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers
2017-06-02 00:07:42 +00:00
committed by Tibor Vass
parent d04810fa14
commit 83e27e1f93
+1 -1
View File
@@ -2319,7 +2319,7 @@ _docker() {
done
local binary="${words[0]}"
if [[ $binary == dockerd ]] ; then
if [[ $binary == ?(*/)dockerd ]] ; then
# for the dockerd binary, we reuse completion of `docker daemon`.
# dockerd does not have subcommands and global options.
command=daemon