Skip to content

Commit

Permalink
Add --ulimit and --default-ulimit to bash completion
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Jitang <[email protected]>
  • Loading branch information
coolljt0725 committed Mar 9, 2015
1 parent 93e78ac commit fb25a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/completion/bash/docker
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ _docker_run() {
--restart
--security-opt
--user -u
--ulimit
--volumes-from
--volume -v
--workdir -w
Expand Down Expand Up @@ -949,6 +950,7 @@ _docker() {
local main_options_with_args="
--bip
--bridge -b
--default-ulimit
--dns
--dns-search
--exec-driver -e
Expand Down

0 comments on commit fb25a2f

Please sign in to comment.