|
@@ -1327,6 +1327,7 @@ _docker_container_run() {
|
|
--expose
|
|
--expose
|
|
--group-add
|
|
--group-add
|
|
--hostname -h
|
|
--hostname -h
|
|
|
|
+ --init-path
|
|
--ip
|
|
--ip
|
|
--ip6
|
|
--ip6
|
|
--ipc
|
|
--ipc
|
|
@@ -1439,7 +1440,7 @@ _docker_container_run() {
|
|
__docker_complete_capabilities
|
|
__docker_complete_capabilities
|
|
return
|
|
return
|
|
;;
|
|
;;
|
|
- --cidfile|--env-file|--label-file)
|
|
|
|
|
|
+ --cidfile|--env-file|--init-path|--label-file)
|
|
_filedir
|
|
_filedir
|
|
return
|
|
return
|
|
;;
|
|
;;
|