bash completion for `docker {build,create,run} --shm-size`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2016-01-09 09:27:40 -08:00
parent c49ccd3192
commit 3f6b0f4c7c
1 changed files with 2 additions and 0 deletions

View File

@ -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