|
@@ -338,8 +338,6 @@ _docker_docker() {
|
|
;;
|
|
;;
|
|
esac
|
|
esac
|
|
|
|
|
|
- __docker_complete_log_driver_options && return
|
|
|
|
-
|
|
|
|
case "$cur" in
|
|
case "$cur" in
|
|
-*)
|
|
-*)
|
|
COMPREPLY=( $( compgen -W "$boolean_options $global_options_with_args" -- "$cur" ) )
|
|
COMPREPLY=( $( compgen -W "$boolean_options $global_options_with_args" -- "$cur" ) )
|
|
@@ -528,6 +526,8 @@ _docker_daemon() {
|
|
;;
|
|
;;
|
|
esac
|
|
esac
|
|
|
|
|
|
|
|
+ __docker_complete_log_driver_options && return
|
|
|
|
+
|
|
case "$cur" in
|
|
case "$cur" in
|
|
-*)
|
|
-*)
|
|
COMPREPLY=( $( compgen -W "$boolean_options $options_with_args" -- "$cur" ) )
|
|
COMPREPLY=( $( compgen -W "$boolean_options $options_with_args" -- "$cur" ) )
|