mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Missed -entrypoint from 'docker run' options
This commit is contained in:
parent
91ae135896
commit
d75282eb14
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ _docker_run()
|
|||
-volumes-from)
|
||||
__docker_containers
|
||||
;;
|
||||
-a|-c|-dns|-e|-h|-m|-p|-u|-v)
|
||||
-a|-c|-dns|-e|-entrypoint|-h|-m|-p|-u|-v)
|
||||
return
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue