Skip to content

Commit

Permalink
Merge pull request moby#11251 from coolljt0725/add_ulimit_to_bash_com…
Browse files Browse the repository at this point in the history
…pletion

Add --ulimit and --default-ulimit to bash completion
  • Loading branch information
tianon committed Mar 9, 2015
2 parents 2e518bc + fb25a2f commit 228449b
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 @@ -659,6 +659,7 @@ _docker_run() {
--restart
--security-opt
--user -u
--ulimit
--volumes-from
--volume -v
--workdir -w
Expand Down Expand Up @@ -973,6 +974,7 @@ _docker() {
local main_options_with_args="
--bip
--bridge -b
--default-ulimit
--dns
--dns-search
--exec-driver -e
Expand Down

0 comments on commit 228449b

Please sign in to comment.