1
0
Fork 0
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:
Kawsar Saiyeed 2013-08-11 00:57:18 +01:00
parent 91ae135896
commit d75282eb14

View file

@ -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
;;
*)