1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix bash completion for dockerd with path

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2016-06-06 10:01:15 +02:00
parent 3ac1787b7e
commit e8c67e8d8d

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