mirror of https://github.com/docker/cli.git
Add bash completion for `dockerd --cpu-rt-(period|runtime)`
This adds bash completion for https://github.com/moby/moby/pull/23430. Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
d610951e85
commit
74a5d1af86
|
@ -1982,6 +1982,8 @@ _docker_daemon() {
|
||||||
--cluster-store-opt
|
--cluster-store-opt
|
||||||
--config-file
|
--config-file
|
||||||
--containerd
|
--containerd
|
||||||
|
--cpu-rt-period
|
||||||
|
--cpu-rt-runtime
|
||||||
--data-root
|
--data-root
|
||||||
--default-gateway
|
--default-gateway
|
||||||
--default-gateway-v6
|
--default-gateway-v6
|
||||||
|
|
Loading…
Reference in New Issue