Commit Graph

475 Commits

Author SHA1 Message Date
cf3ffc516b Add bash completion for dockerd --swarm-default-advertise-addr
This adds bash completion for https://github.com/moby/moby/pull/24237.

Signed-off-by: Harald Albers <github@albersweb.de>
2017-07-03 13:09:43 +02:00
afcc75ddfe Merge pull request #268 from albers/completion-swarm-ca
Add bash completion for `swarm ca`
2017-06-30 11:42:28 +02:00
9689ccab1b Merge pull request #269 from albers/completion-swarm-init--data-path-addr
Fix bash completion for `swarm init|join --data-path-addr`
2017-06-30 10:29:35 +02:00
b306817220 Merge pull request #250 from albers/completion-service-create--detach
Add bash completion for `service create --detach`
2017-06-30 01:16:19 -07:00
c726ccaf6c Merge pull request #256 from albers/completion-service-update-order
Add bash completion for `service create|update (update|rollback)-order`
2017-06-30 01:12:57 -07:00
321c692868 Merge pull request #257 from albers/completion-service--network-add
Add bash completion for `service create|update --network-(add|rm)`
2017-06-30 01:11:22 -07:00
d1ccfcaf2a Merge pull request #251 from albers/completion-plugin-events
Add bash completion for plugin events
2017-06-30 01:02:53 -07:00
495ab9b3e9 Merge pull request #254 from albers/completion-system-prune--volumes
Add bash completion for `system prune --volumes`
2017-06-30 01:01:14 -07:00
b45c7d614e Merge pull request #249 from albers/completion-fix-network-create--internal
Fix bash completion for `network create --internal`
2017-06-30 00:11:38 -07:00
1c4d070cf5 Merge pull request #247 from albers/completion-service--entrypoint
Add bash completion for `service create|update --entrypoint`
2017-06-30 00:09:20 -07:00
fa4dc8820a Fix bash completion for swarm init|join --data-path-addr
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-29 16:45:18 +02:00
5bd00a563e Add bash completion for swarm ca
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-29 16:28:50 +02:00
fa0f470a5f Add bash completion for service create|update --network-(add|rm)
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-27 17:43:05 +02:00
71dd0e0b66 Add bash completion for service create|update (update|rollback)-order
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-27 17:32:43 +02:00
36b572dfdf Add bash completion for system prune --volumes
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-27 16:37:41 +02:00
f0f7150537 Add bash completion for plugin events
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-27 15:37:14 +02:00
8baef1098e Add bash completion for service create --detach
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-27 12:58:38 +02:00
12dc9eb11f Fix bash completion for network create --internal
`--internal` is a boolean option. It was falsely treated as non-boolean.

Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-27 12:39:27 +02:00
e0462e8472 Add bash completion for service create|update --entrypoint
Also fixes a wrong option: `--arg` should be `--args`.

Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-27 11:54:05 +02:00
e4f9ad77c8 Add bash completion for network create --ingress
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-25 00:27:14 +02:00
9810554494 Add daemon option to push foreign layers
The --allow-nondistributable-artifacts daemon option specifies
registries to which foreign layers should be pushed.  (By default,
foreign layers are not pushed to registries.)

Additionally, to make this option effective, foreign layers are now
pulled from the registry if possible, falling back to the URLs in the
image manifest otherwise.

This option is useful when pushing images containing foreign layers to a
registry on an air-gapped network so hosts on that network can pull the
images without connecting to another server.

Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
2017-06-02 00:11:05 +00:00
4c0d6698d1 Update bash completion for log driver options
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:05 +00:00
d8dfa04cae Add bash completion for new devicemapper storage options
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:05 +00:00
95fcee5fc6 Add bash completion for --health-start-period
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:05 +00:00
62d0309d24 bash completion for stack deploy --prune
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:05 +00:00
513ea82edd Add bash completion for stack ls --format
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:04 +00:00
3e646fed80 Add bash completion for system df --format
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:04 +00:00
509b7f82b6 Add missing bash completion for docker attach
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:04 +00:00
40d3bb4985 Remove bash completion for run|create --init-path
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:04 +00:00
38dcfad556 Add bash completion for history --format
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:04 +00:00
137a190a79 Inroduce SWARM --data-path-addr flag
This new flag will allow the configuration of an interface that
can be used for data path traffic to be isolated from control
plane traffic. This flag is simply percolated down to libnetwork
and will be used by all the global scope drivers (today overlay)

Negative test added for invalid flag arguments

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2017-06-02 00:11:04 +00:00
8ea7724f64 Remove bogus statement from bash completion
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:03 +00:00
24d7795c2c Bash completion treats service logs as stable
Implements the following new CLI features:
- service logs is no longer experimental
- service logs also accepts task IDs

Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:03 +00:00
0e75012be1 Fix bash-completion script.
bash-completion script for 'docker build --network' calls
__docker_plugins, the correct name for this function is
__docker_plugins_bundled.

Closes #32588

Signed-off-by: Corey Farrell <git@cfware.com>
2017-06-02 00:11:03 +00:00
50ea10e293 Bash completion supports multiple stacks in stack rm
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:03 +00:00
e3cab9a751 Add bash completion for node ls --format
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:02 +00:00
0d4b2350fb Add bash completion for update --cpus
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:02 +00:00
6103806802 cli: add --mount to docker run
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-06-02 00:11:02 +00:00
1a9663696d Improve bash completion for --log-opt awslogs-create-group
Add completion for the possible values `true`|`false`, correct sort order.

Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:01 +00:00
10638a7a3e Add bash completion for secret ls --format
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:01 +00:00
804858fc6f Deprecate --graph flag; Replace with --data-root
Docker-DCO-1.1-Signed-off-by: Josh Hawn <josh.hawn@docker.com> (github: jlhawn)
2017-06-02 00:11:01 +00:00
578a431fb3 Add support for --type=secret in docker inspect
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-06-02 00:11:01 +00:00
c6875037bb Add bash completion for secret ls --format
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:11:01 +00:00
a10f63f0ce Windows: Remove --credentialspec flag
Signed-off-by: John Howard (VM) <jhoward@ntdev.microsoft.com>
2017-06-02 00:11:00 +00:00
d9a648caed Add bash completion for network ls --filter scope
Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:10:59 +00:00
bd1c58ccaf Bash completion for docker node update completes only one node
`docker node update` accepts only one node.
Before this change, bash completion would complete additional nodes.

Signed-off-by: Harald Albers <github@albersweb.de>
2017-06-02 00:10:58 +00:00
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