mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix bash completion for docker run -d
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
9ee8d41ab2
commit
01bd90c4ad
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ _docker_run() {
|
||||||
_filedir
|
_filedir
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--device|-d|--volume)
|
--device|--volume|-v)
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
*:*)
|
*:*)
|
||||||
# TODO somehow do _filedir for stuff inside the image, if it's already specified (which is also somewhat difficult to determine)
|
# TODO somehow do _filedir for stuff inside the image, if it's already specified (which is also somewhat difficult to determine)
|
||||||
|
|
Loading…
Add table
Reference in a new issue