mirror of https://github.com/docker/cli.git
bash completion for `docker {build,create,run} --shm-size`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
06f084a8ec
commit
caa120d3ca
|
@ -539,6 +539,7 @@ _docker_build() {
|
|||
--isolation
|
||||
--memory -m
|
||||
--memory-swap
|
||||
--shm-size
|
||||
--tag -t
|
||||
--ulimit
|
||||
"
|
||||
|
@ -1484,6 +1485,7 @@ _docker_run() {
|
|||
--publish -p
|
||||
--restart
|
||||
--security-opt
|
||||
--shm-size
|
||||
--stop-signal
|
||||
--tmpfs
|
||||
--ulimit
|
||||
|
|
Loading…
Reference in New Issue