Brian Goff
73e9cd2c31
Merge pull request #286 from thaJeztah/bump-moby
...
Bump moby to 87df0e533b619c088091fd1e2310e92bb9a24822
Upstream-commit: 30933b516b
Component: cli
2017-07-05 09:38:32 -04:00
Sebastiaan van Stijn
9c9fdfadf7
update tests for new image struct
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: e8080dd7e5
Component: cli
2017-07-04 20:34:24 -07:00
Sebastiaan van Stijn
542cf421f5
Bump moby to 87df0e533b619c088091fd1e2310e92bb9a24822
...
Includes changes from;
- Add a LastTagTime for images (https://github.com/moby/moby/pull/31497 )
- Fix handling of remote "git@" notation (https://github.com/moby/moby/pull/33696 )
- Move some `api` package functions away (https://github.com/moby/moby/pull/33798 ) (related to https://github.com/docker/cli/pull/236 )
- Set ping version even on error (https://github.com/moby/moby/pull/33827 )
- Do not add duplicate platform information to service spec (https://github.com/moby/moby/pull/33867 )
- Refactor MountPoint Setup function in volume.go (https://github.com/moby/moby/pull/33890 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 366d3ec971
Component: cli
2017-07-04 20:23:38 -07:00
Vincent Demeester
36ea5491ac
Merge pull request #287 from thaJeztah/use-v1.0.0-tag-for-go-difflib
...
Use v1.0.0 tag for go-difflib
Upstream-commit: dc9feff879
Component: cli
2017-07-04 17:32:00 +02:00
Daniel Nephin
2a3613893d
Merge pull request #276 from adshmh/add-unit-tests-to-checkpoint-package
...
add unit tests to checkpoint package
Upstream-commit: 3554d02f33
Component: cli
2017-07-04 11:17:25 -04:00
Vincent Demeester
9fdb37ee64
Merge pull request #288 from thaJeztah/bump-go-winio
...
Bump go-winio to 0.4.2
Upstream-commit: e08cb59c8a
Component: cli
2017-07-04 16:59:32 +02:00
Victor Vieux
5305c7b28b
Merge pull request #248 from albers/completion-network-create--scope
...
Add bash completion for `network create --scope|--config-only|config-from`
Upstream-commit: 306212574a
Component: cli
2017-07-04 16:48:18 +02:00
Victor Vieux
58665dca40
Merge pull request #246 from albers/completion-prune--filter-label
...
Add bash completion for `label` filter of `prune` commands
Upstream-commit: 1f45f1b5f9
Component: cli
2017-07-04 16:44:23 +02:00
Victor Vieux
4f68746145
Merge pull request #282 from albers/completion-daemon-updates
...
Updates to bash completion for `dockerd`
Upstream-commit: 42a31ff8c1
Component: cli
2017-07-04 16:42:10 +02:00
Victor Vieux
e562168436
Merge pull request #285 from albers/completion-overlay2.size
...
Add bash completion for `dockerd --storage-opt overlay2.size`
Upstream-commit: d47bbb8358
Component: cli
2017-07-04 16:41:35 +02:00
Victor Vieux
d2b6d249be
Merge pull request #243 from vieux/scale2
...
add `--detach` to docker scale
Upstream-commit: 43fb4a4547
Component: cli
2017-07-04 16:36:59 +02:00
Harald Albers
460a63fa01
Add bash completion for dockerd --metrics-addr
...
`--metrics-addr` does not accept network interface names.
Therefore `__docker_local_interfaces` was refined for this feature to
optionally exclude interface names.
Note that although `--metrics-addr` is experimental, it cannot be
selectively enabled in bash completion because the test for the daemon
running in experimental mode requires a running daemon. As this
completion pertains to starting the daemon, this requirement is not met.
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 0ea31afd57
Component: cli
2017-07-04 14:40:22 +02:00
Vincent Demeester
f186d3c42f
Merge pull request #289 from mstanleyjones/multiple-env
...
Provide examples for multiple uses of the same flag
Upstream-commit: 357ff50fa9
Component: cli
2017-07-04 12:48:20 +02:00
Sebastiaan van Stijn
72c6de1018
Merge pull request #292 from thaJeztah/clarify-docker-go-package
...
Clarify docker/go package
Upstream-commit: 8df4cd1edc
Component: cli
2017-07-03 23:44:26 -07:00
Sebastiaan van Stijn
e194cd1eb4
Merge pull request #290 from mstanleyjones/d-and-rm-flags
...
Clarify that you can use -d and --rm together now
Upstream-commit: 98b7dbe908
Component: cli
2017-07-03 23:43:36 -07:00
Sebastiaan van Stijn
e415e09501
Clarify docker/go package
...
This package is used by Notary. Add a comment to
the vendor.conf file to explain what it contains
and what it's used for.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 60fe70c900
Component: cli
2017-07-03 18:00:46 -07:00
Misty Stanley-Jones
9e2f4854f6
Clarify that you can use -d and --rm together now
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: c63485b47d
Component: cli
2017-07-03 16:43:41 -07:00
Misty Stanley-Jones
017354f791
Provide examples for multiple uses of the same flag
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: ef61582591
Component: cli
2017-07-03 16:21:28 -07:00
Sebastiaan van Stijn
ca1a24c1df
Bump go-winio to 0.4.2
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 8a3c89b409
Component: cli
2017-07-03 14:37:56 -07:00
Sebastiaan van Stijn
d7aea54f11
Use v1.0.0 tag for go-difflib
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 42d83d20c9
Component: cli
2017-07-03 11:42:28 -07:00
Harald Albers
dff3d848de
Add bash completion for dockerd --storage-opt overlay2.size
...
This adds bash completion for
- https://github.com/docker/cli/pull/215
- https://github.com/moby/moby/pull/32977
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: a4b1769bb6
Component: cli
2017-07-03 18:03:00 +02:00
Vincent Demeester
c914e1a6cd
Merge pull request #213 from dnephin/improve-swarm-ca-cmd
...
Refactor and UI changes to `swarm ca` command
Upstream-commit: 85b41c3e71
Component: cli
2017-07-03 17:02:45 +02:00
Harald Albers
3abe1e3a95
Add bash completion for dockerd --cpu-rt-(period|runtime)
...
This adds bash completion for https://github.com/moby/moby/pull/23430 .
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 74a5d1af86
Component: cli
2017-07-03 13:55:46 +02:00
Harald Albers
67ccad49a6
Add bash completion for dockerd --default-runtime
...
`--default-runtime` was added in https://github.com/moby/moby/pull/22983
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: d610951e85
Component: cli
2017-07-03 13:44:23 +02:00
Victor Vieux
0b37ceed6f
scale all services at once
...
Signed-off-by: Victor Vieux <victorvieux@gmail.com >
Upstream-commit: 58d3fc24b1
Component: cli
2017-07-03 13:40:54 +02:00
Harald Albers
523bbfaf9d
Add bash completion for dockerd --no-new-privileges
...
This adds bash completion for https://github.com/moby/moby/pull/32944 .
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 112348d4db
Component: cli
2017-07-03 13:33:01 +02:00
Harald Albers
bea84311a0
Add bash completion for dockerd --version
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 5296907bef
Component: cli
2017-07-03 13:32:29 +02:00
Harald Albers
167d48d341
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 >
Upstream-commit: cf3ffc516b
Component: cli
2017-07-03 13:09:43 +02:00
Arash Deshmeh
b58012d75f
add unit tests to cli/command/checkpoint package
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com >
Upstream-commit: b296abd542
Component: cli
2017-06-30 17:17:47 -04:00
Daniel Nephin
3bd733bca1
Merge pull request #273 from adshmh/add-unit-tests-to-task-package
...
add unit tests to task package
Upstream-commit: 379b762495
Component: cli
2017-06-30 11:41:24 -04:00
Vincent Demeester
d97f0f6543
Merge pull request #268 from albers/completion-swarm-ca
...
Add bash completion for `swarm ca`
Upstream-commit: afcc75ddfe
Component: cli
2017-06-30 11:42:28 +02:00
Harald Albers
41272f1b72
Add bash completion for network create --scope|--config-only|config-from
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 22579ba56c
Component: cli
2017-06-30 11:01:45 +02:00
Vincent Demeester
5cf169cc6a
Merge pull request #269 from albers/completion-swarm-init--data-path-addr
...
Fix bash completion for `swarm init|join --data-path-addr`
Upstream-commit: 9689ccab1b
Component: cli
2017-06-30 10:29:35 +02:00
Sebastiaan van Stijn
88fc3881d6
Merge pull request #250 from albers/completion-service-create--detach
...
Add bash completion for `service create --detach`
Upstream-commit: b306817220
Component: cli
2017-06-30 01:16:19 -07:00
Sebastiaan van Stijn
fb07a8e807
Merge pull request #256 from albers/completion-service-update-order
...
Add bash completion for `service create|update (update|rollback)-order`
Upstream-commit: c726ccaf6c
Component: cli
2017-06-30 01:12:57 -07:00
Sebastiaan van Stijn
67050e7a6f
Merge pull request #257 from albers/completion-service--network-add
...
Add bash completion for `service create|update --network-(add|rm)`
Upstream-commit: 321c692868
Component: cli
2017-06-30 01:11:22 -07:00
Sebastiaan van Stijn
1e38251e9a
Merge pull request #251 from albers/completion-plugin-events
...
Add bash completion for plugin events
Upstream-commit: d1ccfcaf2a
Component: cli
2017-06-30 01:02:53 -07:00
Sebastiaan van Stijn
72ce4394de
Merge pull request #254 from albers/completion-system-prune--volumes
...
Add bash completion for `system prune --volumes`
Upstream-commit: 495ab9b3e9
Component: cli
2017-06-30 01:01:14 -07:00
Sebastiaan van Stijn
46544e3ed0
Merge pull request #249 from albers/completion-fix-network-create--internal
...
Fix bash completion for `network create --internal`
Upstream-commit: b45c7d614e
Component: cli
2017-06-30 00:11:38 -07:00
Sebastiaan van Stijn
b7f79e8cec
Merge pull request #247 from albers/completion-service--entrypoint
...
Add bash completion for `service create|update --entrypoint`
Upstream-commit: 1c4d070cf5
Component: cli
2017-06-30 00:09:20 -07:00
Sebastiaan van Stijn
57f1273555
Merge pull request #239 from albers/completion-network-create--ingress
...
Add bash completion for `docker network create --ingress`
Upstream-commit: 993b78d276
Component: cli
2017-06-30 00:05:44 -07:00
Sebastiaan van Stijn
5edabea811
Merge pull request #233 from dnephin/build-stdin-with-compress
...
Build stdin with compress
Upstream-commit: 0b050a599f
Component: cli
2017-06-29 18:38:55 -07:00
Sebastiaan van Stijn
358ed9d030
Merge pull request #244 from thaJeztah/tiny-builder-docs-improvements
...
Some builder docs improvements
Upstream-commit: 40a636efc1
Component: cli
2017-06-29 18:34:03 -07:00
Arash Deshmeh
04259ca4ac
add unit tests to task package
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com >
Upstream-commit: 244e28f41f
Component: cli
2017-06-29 17:57:31 -04:00
Daniel Nephin
05c34f9c1a
Refactor caCommand
...
Split out a swarmCAOptions struct for options that are shared between
the ca and update commands.
Change the 'no trust root' message to an error.
Add some unit tests.
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 81e9837859
Component: cli
2017-06-29 17:57:06 -04:00
Sebastiaan van Stijn
129c66c19b
Some builder docs improvements
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 29b419eed5
Component: cli
2017-06-29 14:20:16 -07:00
Daniel Nephin
27d5d2149c
Compress after rewriting the archive.
...
Write a test showing compress failure.
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: a04aa8fe28
Component: cli
2017-06-29 13:18:10 -04:00
Vincent Demeester
d8218cc6ef
Merge pull request #227 from dnephin/expose-config
...
expose config credentials without needing the Cli
Upstream-commit: 74af31be7f
Component: cli
2017-06-29 19:11:37 +02:00
Vincent Demeester
c54c912237
Merge pull request #238 from vdemeester/update-go-connections
...
Update go-connections dependency
Upstream-commit: 8de604c857
Component: cli
2017-06-29 18:04:27 +02:00
Kenfe-Mickaël Laventure
38c47208e6
Merge pull request #255 from albers/system-prune-volume-warning
...
system prune: only warn for volumes if --volumes is given
Upstream-commit: 64486d7820
Component: cli
2017-06-29 08:50:16 -07:00