mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Merge pull request #10834 from albers/completion-fix-run--d
Fix bash completion for docker run -d
This commit is contained in:
@@ -663,7 +663,7 @@ _docker_run() {
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
--device|-d|--volume)
|
||||
--device|--volume|-v)
|
||||
case "$cur" in
|
||||
*:*)
|
||||
# TODO somehow do _filedir for stuff inside the image, if it's already specified (which is also somewhat difficult to determine)
|
||||
|
||||
Reference in New Issue
Block a user