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
|
--isolation
|
||||||
--memory -m
|
--memory -m
|
||||||
--memory-swap
|
--memory-swap
|
||||||
|
--shm-size
|
||||||
--tag -t
|
--tag -t
|
||||||
--ulimit
|
--ulimit
|
||||||
"
|
"
|
||||||
|
@ -1484,6 +1485,7 @@ _docker_run() {
|
||||||
--publish -p
|
--publish -p
|
||||||
--restart
|
--restart
|
||||||
--security-opt
|
--security-opt
|
||||||
|
--shm-size
|
||||||
--stop-signal
|
--stop-signal
|
||||||
--tmpfs
|
--tmpfs
|
||||||
--ulimit
|
--ulimit
|
||||||
|
|
Loading…
Reference in New Issue