Merge pull request #11890 from albers/completion-run-cgroup-parent
Do not complete --cgroup-parent as _filedir Upstream-commit: a0d90f18d5aac73c76c64c7d25a82b5b8d3eb3e2 Component: engine
This commit is contained in:
@@ -802,7 +802,7 @@ _docker_run() {
|
||||
__docker_capabilities
|
||||
return
|
||||
;;
|
||||
--cidfile|--cgroup-parent|--env-file|--label-file)
|
||||
--cidfile|--env-file|--label-file)
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user