Improve bash completion for create|run --stop-signal
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 994948a08ff4dbfae207a8e7d01d82d4d71fe091 Component: engine
This commit is contained in:
@@ -1704,6 +1704,10 @@ _docker_container_run_and_create() {
|
||||
fi
|
||||
return
|
||||
;;
|
||||
--stop-signal)
|
||||
__docker_complete_signals
|
||||
return
|
||||
;;
|
||||
--storage-opt)
|
||||
COMPREPLY=( $( compgen -W "size" -S = -- "$cur") )
|
||||
__docker_nospace
|
||||
|
||||
Reference in New Issue
Block a user