Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit b7a32e178029442be05bad39466418bd12e26145)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
| ... | ... |
@@ -1512,7 +1512,6 @@ _docker_container_run_and_create() {
|
| 1512 | 1512 |
--expose |
| 1513 | 1513 |
--group-add |
| 1514 | 1514 |
--hostname -h |
| 1515 |
- --init-path |
|
| 1516 | 1515 |
--ip |
| 1517 | 1516 |
--ip6 |
| 1518 | 1517 |
--ipc |
| ... | ... |
@@ -1636,7 +1635,7 @@ _docker_container_run_and_create() {
|
| 1636 | 1636 |
__docker_complete_capabilities_droppable |
| 1637 | 1637 |
return |
| 1638 | 1638 |
;; |
| 1639 |
- --cidfile|--env-file|--init-path|--label-file) |
|
| 1639 |
+ --cidfile|--env-file|--label-file) |
|
| 1640 | 1640 |
_filedir |
| 1641 | 1641 |
return |
| 1642 | 1642 |
;; |