mirror of https://github.com/docker/docs.git
Still missed -entrypoint from 'docker run'
This commit is contained in:
parent
ae1909b482
commit
e737856a7f
|
@ -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++ ))
|
||||
;;
|
||||
-*)
|
||||
|
|
Loading…
Reference in New Issue