Harald Albers and Tibor Vass
49347e571c
Improve bash completion for users and groups
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:27 +00:00
Harald Albers and Tibor Vass
437b2748c2
bash completion for journald tag support
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:27 +00:00
Harald Albers and Tibor Vass
5d1e84419a
Improve bash completion for docker volume ls -f dangling
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:27 +00:00
Harald Albers and Tibor Vass
0c473c9e9c
Let bash completion for docker network rm only complete custom networks
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:27 +00:00
David Calavera and Tibor Vass
0441148c7d
Fix bash completion for docker volume ls --dangling=false.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
645055b37d
bash completion for docker daemon --userns-remap
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
f9a1ff0795
fix minor bash completion issue on OSX (compopt)
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
bdfbd1d9a6
bash completion for syslog over TLS log driver
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
d75f2e95a0
bash completion for --cluster-store-opt kv.path discovery.{heartbeat,ttl}
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
b50ca03b9a
remove bash completion for docker tag -f
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
58013afb39
bash completion for docker ps --filter status=dead
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
4808cc1282
bash completion for docker cp --follow-link
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
b3bb4d45dd
bash completion for docker images -f dangling=false
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:26 +00:00
Harald Albers and Tibor Vass
869890dfbd
Refactor handling of key specific subcompletions
...
The currently used idiom for handling key specific subcompletions
did not work here: behind `docker event -f type=network `, the completion
of networks triggered. The expected behaviour is not to complete
anything here.
In order to limit the scope of the corresponding PR, the new idiom is
currently only used in `docker events --filter`.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:25 +00:00
Harald Albers and Tibor Vass
4e97e95cd8
Support new events in bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:25 +00:00
Harald Albers and Tibor Vass
16c9a72852
bash completion for container linking and aliasing
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:24 +00:00
Harald Albers and Tibor Vass
09809fe27e
bash completion for docker network create --internal, --ipam-opt
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:24 +00:00
Harald Albers and Tibor Vass
de6da285a3
bash completion for --detach-keys
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:24 +00:00
Tibor Vass
7f6a7ed8d1
Rename authz to authorization for greater clarity
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2017-06-02 00:07:23 +00:00
Harald Albers and Tibor Vass
9c8b6e05a4
bash completion for connecting non-running containers to networks
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:23 +00:00
Harald Albers and Tibor Vass
caa120d3ca
bash completion for docker {build,create,run} --shm-size
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:22 +00:00
Harald Albers and Tibor Vass
effe34067f
bash completion for docker update
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:22 +00:00
Harald Albers and Tibor Vass
3b7695959d
bash completion for docker daemon --cgroup-parent
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:22 +00:00
Harald Albers and Tibor Vass
442d408fc7
bash completion for --isolation
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:22 +00:00
Harald Albers and Tibor Vass
9a63a5cdd6
Compute plugin list in bash completion for docker daemon --authz-plugin
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:21 +00:00
Harald Albers and Tibor Vass
c8195c7cd5
bash completion for docker network ls --filter
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:21 +00:00
Harald Albers and Tibor Vass
a36ca600a0
remove --format from bash completion for docker network rm
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:21 +00:00
Harald Albers and Tibor Vass
c227b6ac11
Better function names in bash completion
...
The new names make it easier to distinguish between helper functions and
functions that actually perform completion by modifying the global COMPOPT
variable.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:21 +00:00
Ma Shimiao and Tibor Vass
499d634f32
Add support for blkio read/write iops device
...
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com >
2017-06-02 00:07:21 +00:00
Harald Albers and Tibor Vass
57a8c59820
Use computed plugin lists in bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:21 +00:00
Vincent Demeester and Tibor Vass
1e3c5bbe15
Add --format support to images command
...
- rename `api/client/ps` to `api/client/formatter`
- add a a image formatter
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:21 +00:00
Harald Albers and Tibor Vass
9339b4abb5
bash completion for docker daemon --authz-plugin
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:20 +00:00
Harald Albers and Tibor Vass
b4a012656c
Improve bash completion for docker network disconnect
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:19 +00:00
Jessica Frazelle and Tibor Vass
ac40ecf711
update bash completion for seccomp
...
Signed-off-by: Jessica Frazelle <acidburn@docker.com >
2017-06-02 00:07:19 +00:00
Ma Shimiao and Tibor Vass
9480c4763d
Add support for blkio read/write bps device
...
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com >
2017-06-02 00:07:19 +00:00
Vincent Demeester and Tibor Vass
c6162061d9
Add format flag to network inspect
...
…for consistency as docker inspect and docker volume inspect supports it too
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:19 +00:00
Antonio Murdaca and Tibor Vass
e9287cd43a
Add OomScoreAdj to configure container oom killer preferences
...
libcontainer v0.0.4 introduces setting `/proc/self/oom_score_adj` to
better tune oom killing preferences for container process. This patch
simply integrates OomScoreAdj libcontainer's config option and adjust
the cli with this new option.
Signed-off-by: Antonio Murdaca <amurdaca@redhat.com >
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-06-02 00:07:19 +00:00
Dan Walsh and Tibor Vass
65120e8851
This patch adds --tmpfs as a option for mounting tmpfs on directories
...
It will Tar up contents of child directory onto tmpfs if mounted over
This patch will use the new PreMount and PostMount hooks to "tar"
up the contents of the base image on top of tmpfs mount points.
Signed-off-by: Dan Walsh <dwalsh@redhat.com >
2017-06-02 00:07:18 +00:00
Denis Gladkikh and Tibor Vass
a148373062
Allow configurable metadata for Splunk log driver
...
Add support of `tag`, `env` and `labels` for Splunk logging driver.
Removed from message `containerId` as it is the same as `tag`.
Signed-off-by: Denis Gladkikh <denis@gladkikh.email >
2017-06-02 00:07:17 +00:00
Harald Albers and Tibor Vass
d998542977
bash completion for docker {run,create} --volume-driver
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:17 +00:00
Ma Shimiao and Tibor Vass
e303d6cc9f
Add support for blkio.weight_device
...
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com >
2017-06-02 00:07:17 +00:00
Harald Albers and Tibor Vass
2c0feab2a1
Align configuration of bash completion with existing values
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:16 +00:00
Harald Albers and Tibor Vass
7fa96238a6
Fix bash completion on systems where extglob is not set
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:16 +00:00
Harald Albers and Tibor Vass
2607803a34
bash completion for docker stats --all
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:16 +00:00
David Calavera and Tibor Vass
f9b805f16f
Remove exec-driver global daemon option.
...
Each platform has only a driver now.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:07:15 +00:00
David Calavera and Tibor Vass
c5ed875bd9
Remove LXC support.
...
The LXC driver was deprecated in Docker 1.8.
Following the deprecation rules, we can remove a deprecated feature
after two major releases. LXC won't be supported anymore starting on Docker 1.10.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:07:15 +00:00
Denis Gladkikh and Tibor Vass
1e2a27568b
Add Splunk logging driver #16207
...
Allow to send Splunk logs using Http Event Collector
Signed-off-by: Denis Gladkikh <denis@gladkikh.email >
2017-06-02 00:07:14 +00:00
Harald Albers and Tibor Vass
a41d4dbdde
bash completion for log driver options env and labels
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:14 +00:00
Harald Albers and Tibor Vass
be7caf2647
bash completion can be configured to complete network IDs
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:14 +00:00
Harald Albers and Tibor Vass
b20b7584de
bash completion for docker network inspect supports multiple networks
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:14 +00:00