1c56dfab6f
Improve bash completion for docker rm
...
`docker rm` can delete containers in state=created, too.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:58 +00:00
d9192b85d5
Add bash completion for service ls --filter mode
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:58 +00:00
36f5fc7909
Add bash completion for node|service|stack ps --format
...
Also add `--quiet|-q` where it was missing.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:58 +00:00
977e1238ec
Add bash completion for network inspect --verbose
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:58 +00:00
145bb0218d
Update bash completion for docker service logs
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:57 +00:00
25654c4e13
Fix fish autocompletion with custom ps output
...
In the docker config.json, if `psFormat` or `imagesFormat` is set to a
non-standard format, it breaks autocompletion.
This fixes the issue by using a custom format.
Signed-off-by: Chris Gibson <chris@chrisg.io >
2017-06-02 00:10:57 +00:00
f50f5f8944
Add bash completion for topology-aware scheduling
...
- bash completion for `docker service create --placement-pref`
- bash completion for `docker service update --placement-pref-{add,rm}`
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:57 +00:00
380be7f725
Fix bash completion for service constraints
...
- Remove bash completion for `service update --constraint`
- Add bash completion for `service update --constraint-{add,rm}`
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:57 +00:00
fa5297b853
Improve bash completion for create|run --stop-signal
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:57 +00:00
f6f45c14ec
Add bash completion for service create|update --stop-signal
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:57 +00:00
77cdc06233
Add support for command aliases to bash completion of docker volume
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:57 +00:00
0f47a7b1ef
Improve bash completion for service create|update --update-failure-action
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:57 +00:00
0ada299b10
Add bash completion for service create|update --rollback-*
...
Also remove wrong completion for `docker service create --rollback`
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:56 +00:00
9f967c7050
Improve POSIX compatibility of bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:56 +00:00
85db624317
Bash completion for docker service ps completes only one service
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:56 +00:00
9f2d9da271
Hide aliases in bash completion of docker node|service
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:56 +00:00
a584bd3b1a
Add bash completion for docker build --add-host
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:56 +00:00
09b2383b91
Fix bash completion for docker service ps --filter node
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:56 +00:00
0ec2d368a8
Add completion for --filter desired-state=shutdown
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:56 +00:00
170fa8ca4c
Add bash completion for missing filters of docker node ls
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:55 +00:00
bf0f159175
Activate bash completion for Windows executable
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:55 +00:00
8c14c4f001
Add zsh completion for docker log options 'max-buffer-size|mode'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:55 +00:00
f004bb9cf9
Fix bash completion for start --checkpoint
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:10:55 +00:00
924aff0cd4
Add zsh completion for 'docker service logs' command
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:55 +00:00
6108385baa
Add zsh completion for 'docker checkpoint' commands
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
d5c236ca20
Add zsh completion for missing 'docker plugin' commands and options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
a93d410af7
Fix useless trailing backslash in zsh completion
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
8691d0dd68
Add cache invalidation in zsh completion when the DOCKER_HIDE_LEGACY_COMMANDS envvar changes
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +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
f8462e533e
Add zsh completion for 'docker {service ls,stack services} --format'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
d36a82bcaf
Add zsh completion for 'docker {ps,service ls} --filter expose|publish'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
e4c858dba4
Add zsh completion for 'dockerd --default-shm-size'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
58ef5d4760
Add zsh completion for 'docker build --squash'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
acff7d285d
Add zsh completion for 'docker swarm unlock|unlock-key' commands
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
2017-06-02 00:10:54 +00:00
620247aab4
Add zsh completion for missing 'docker swarm init|update' options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com >
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