mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #27492 from albers/completion-run--stop-timeout
Add bash completion for `docker {run,create} --stop-timeout`
This commit is contained in:
commit
701cd7996f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue