mirror of https://github.com/docker/cli.git
Add bash completion for `dockerd --default-runtime`
`--default-runtime` was added in https://github.com/moby/moby/pull/22983 Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
112348d4db
commit
d610951e85
|
@ -1985,6 +1985,7 @@ _docker_daemon() {
|
||||||
--data-root
|
--data-root
|
||||||
--default-gateway
|
--default-gateway
|
||||||
--default-gateway-v6
|
--default-gateway-v6
|
||||||
|
--default-runtime
|
||||||
--default-shm-size
|
--default-shm-size
|
||||||
--default-ulimit
|
--default-ulimit
|
||||||
--dns
|
--dns
|
||||||
|
|
Loading…
Reference in New Issue