Still missed -entrypoint from 'docker run'
Upstream-commit: e737856a7f2c92f6cb582a12cc6f0b9fb4720d5a Component: engine
This commit is contained in:
@@ -315,7 +315,7 @@ _docker_run()
|
||||
local counter=$cpos
|
||||
while [ $counter -le $cword ]; do
|
||||
case "${words[$counter]}" in
|
||||
-a|-c|-cidfile|-dns|-e|-h|-m|-p|-u|-v|-volumes-from)
|
||||
-a|-c|-cidfile|-dns|-e|-entrypoint|-h|-m|-p|-u|-v|-volumes-from)
|
||||
(( counter++ ))
|
||||
;;
|
||||
-*)
|
||||
|
||||
Reference in New Issue
Block a user