Skip to content

Commit

Permalink
bash completion for -c alias to --cpu-shares
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Albers <[email protected]>
  • Loading branch information
albers committed Jun 21, 2016
1 parent 2753a5e commit 79296b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/completion/bash/docker
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ _docker_build() {
--cgroup-parent
--cpuset-cpus
--cpuset-mems
--cpu-shares
--cpu-shares -c
--cpu-period
--cpu-quota
--file -f
Expand Down Expand Up @@ -2134,7 +2134,7 @@ _docker_run() {
--cpu-quota
--cpuset-cpus
--cpuset-mems
--cpu-shares
--cpu-shares -c
--device
--device-read-bps
--device-read-iops
Expand Down Expand Up @@ -2529,7 +2529,7 @@ _docker_update() {
--cpu-quota
--cpuset-cpus
--cpuset-mems
--cpu-shares
--cpu-shares -c
--kernel-memory
--memory -m
--memory-reservation
Expand Down

0 comments on commit 79296b2

Please sign in to comment.