mirror of https://github.com/docker/docs.git
fix bash completion for dockerd with path
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
3ac1787b7e
commit
e8c67e8d8d
|
|
@ -2319,7 +2319,7 @@ _docker() {
|
||||||
done
|
done
|
||||||
|
|
||||||
local binary="${words[0]}"
|
local binary="${words[0]}"
|
||||||
if [[ $binary == dockerd ]] ; then
|
if [[ $binary == ?(*/)dockerd ]] ; then
|
||||||
# for the dockerd binary, we reuse completion of `docker daemon`.
|
# for the dockerd binary, we reuse completion of `docker daemon`.
|
||||||
# dockerd does not have subcommands and global options.
|
# dockerd does not have subcommands and global options.
|
||||||
command=daemon
|
command=daemon
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue