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

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 3f6b0f4c7c87f8f8f01e67ea3750015e9dcab9bf
Component: engine
This commit is contained in:
Harald Albers
2016-01-09 09:27:40 -08:00
parent a478ae86ba
commit 491c316b7d

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