Christy Perez
9ed7e9b176
shfmt'ing files
...
Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
2017-05-24 16:43:08 -05:00
Daniel Martí
cdb66f5421
Run shfmt on all shell files
2016-11-17 11:51:12 +00:00
Michael Crosby
e58671e530
Add --all flag to kill
...
This allows a user to send a signal to all the processes in the
container within a single atomic action to avoid new processes being
forked off before the signal can be sent.
This is basically taking functionality that we already use being
`delete` and exposing it ok the `kill` command by adding a flag.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-11-08 09:35:02 -08:00
Zhang Wei
000431124b
Add bash completions for new flags of `update`
...
Add bash completions for flags "--cpu-rt-period" and "--cpu-rt-runtime"
for `update` command.
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-11-07 17:49:31 +08:00
rajasec
b2a194f226
Updating bash completion for ps command
...
Signed-off-by: rajasec <rajasec79@gmail.com>
2016-10-22 21:51:21 +05:30
rajasec
04f1a4cc98
Adding bash completion for create and run
...
Signed-off-by: rajasec <rajasec79@gmail.com>
2016-09-08 12:14:42 +05:30
rajasec
e31a1ae0f1
bash completion step for update command
...
Signed-off-by: rajasec <rajasec79@gmail.com>
2016-05-28 13:22:28 +05:30
Dan Walsh
8b81b10397
Add bash completion support
...
I have taken the docker command completions code and reworked it for runc
support.
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
2016-05-25 15:18:43 -04:00