mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Still missed -entrypoint from 'docker run'
This commit is contained in:
+1
-1
@@ -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