mirror of https://github.com/docker/cli.git
Add bash completion for `docker {run,create} --stop-timeout`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
9ef7847f74
commit
3ba4b59233
|
@ -2430,6 +2430,7 @@ _docker_run() {
|
||||||
--security-opt
|
--security-opt
|
||||||
--shm-size
|
--shm-size
|
||||||
--stop-signal
|
--stop-signal
|
||||||
|
--stop-timeout
|
||||||
--storage-opt
|
--storage-opt
|
||||||
--tmpfs
|
--tmpfs
|
||||||
--sysctl
|
--sysctl
|
||||||
|
|
Loading…
Reference in New Issue