f004bb9cf9
Fix bash completion for start --checkpoint
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:55 +00:00
e6a4e7507c
Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"
...
This is especially important for distributions like NixOS where `/bin/bash` doesn't exist, or for MacOS users who've installed a newer version of Bash than the one that comes with their OS.
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com >
2017-06-02 00:10:54 +00:00
f2aab00321
Add bash completion for docker plugin upgrade
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:54 +00:00
af095f572e
Fix bash completion for --log-opt mode
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:54 +00:00
221d15877d
Improve bash completion for docker plugin enable|disable
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:53 +00:00
f1cef9c7ab
Add bash completion for docker ps --filter expose|publish
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:53 +00:00
f26c735282
Add bash completion for docker plugin ls --filter
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:53 +00:00
f7e0aa39fa
Add bash completion for {stack services,service ls} --format
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:52 +00:00
1d032d8b1e
Add bash completion for dockerd --default-shm-size
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:52 +00:00
5288b7e7fd
Refactor use of shared completion functions
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:52 +00:00
e49d13fc02
Add bash completion for {dockerd,docker run} --log-opt max-buffer-size|mode
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:52 +00:00
a4ce26ba47
Add bash completion for docker checkpoint
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:52 +00:00
e9ad0f345f
Allow adding rules to cgroup devices.allow on container create/run
...
This introduce a new `--device-cgroup-rule` flag that allow a user to
add one or more entry to the container cgroup device `devices.allow`
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com >
2017-06-02 00:10:51 +00:00
2fade897b9
Update bash and zsh completion for service create/update --read-only
...
This commit updates bash and zsh completion for flag `--read-only`
in `service create/update`.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2017-06-02 00:10:51 +00:00
bdf88a6e67
Add bash completion for docker service logs
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:51 +00:00
a4acd7887f
Update bash and zsh completion for aws-create-group
...
This commit updates bash and zsh completion for aws-create-group.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2017-06-02 00:10:51 +00:00
f38bb95619
Use native call for listing plugins in bash completion
...
`docker plugin ls` now has `--format`, so there is no more need for
postprocessing raw `docker plugin ls` output with `awk` any more.
This will make generation of plugin lists robust against changes
in `docker plugin ls` output.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:51 +00:00
a88fb3678d
Rename helper function in bash completion for consistency
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
3494343b71
Hide bash completion for docker run|create|build --isolation on non-windows
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
d9dbe8b6f6
Add windows specific bash completion for docker run|create
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
5f791f6b6a
Fix bash completion for completing nodes
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
128549e354
Add bash completion for run|create --init-path
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
24bf7b830a
Add bash completion for docker swarm unlock|unlock-key
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
a91e0c5b33
Add missing options to bash completion for docker swarm init|update
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
1a5f49057c
Fix bash completion for docker service update
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
75d90a8a18
Improve bash completion for docker run --cap-{add,drop}
...
Docker has several capabilities enabled by default and some not.
It seems natural to follow this distinction in --cap-add and
--cap-drop.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
4489f4ab10
Fix bash completion for docker plugin ls
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
046aa9aa23
Add bash completion for docker service ps --filter node
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:50 +00:00
e41d3a22ce
Add bash completion for newly added options to "docker plugin ls"
...
Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com >
2017-06-02 00:10:49 +00:00
0e8ea8a2b6
Add bash completion for dockerd --init and docker run|create --init
...
Fixes #30263
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:49 +00:00
f58ef83a2c
Add bash completion for build --squash
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:49 +00:00
347c066e0d
Add bash completion for container|image|network prune --filter until
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:49 +00:00
cce9425a74
Fix treatment of DOCKER_HIDE_LEGACY_COMMANDS in bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:49 +00:00
ad4e1a9c61
Add bash completion for plugin install --disable-content-trust
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:49 +00:00
aa4b0f065b
Honour $DOCKER_HIDE_LEGACY_COMMANDS in bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:48 +00:00
3b59097abd
Add bash completion for swarm join --availability
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:48 +00:00
fbfe077b1e
Add bash completion for plugin names
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:48 +00:00
ce569fd836
Support multiple services on bash completion for docker service ps
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:47 +00:00
0e0cb6498c
Add bash completion for plugin disable --force
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:47 +00:00
70d8efd001
Fix bash completion for plugin enable|disable
...
`docker plugin enable` and `docker plugin disable` only
accept one plugin.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:47 +00:00
b78f47ca4a
Add bash completion for plugin install --alias
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:46 +00:00
73a5149c50
Cleanup bash completion for service create|update
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:46 +00:00
388c8f8a30
Improve bash completion for bundled plugins
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:46 +00:00
5997147397
Remove bash completion for deprecated docker daemon
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:45 +00:00
8e57564708
Remove bash completion for docker node ps --all|-a
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:45 +00:00
ea5be8f75f
Make bash completion for docker stack deploy --bundle-file experimental
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:44 +00:00
b837f7456d
Remove --port and update --publish for services to support syntaxes
...
Add support for simple and complex syntax to `--publish` through the
use of `PortOpt`.
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:10:44 +00:00
0c3697d499
Add bash completion for docker inspect --type plugin
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:43 +00:00
d77a7ca0c1
Add bash completion for docker network create --attachable
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:43 +00:00
b6365dc413
Fix bash completion for `docker service create|update
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:43 +00:00