Sebastiaan van Stijn
e653cda753
Merge pull request #751 from ktrysmt/fix/zsh-completions
...
Fix error in zsh completion script for docker exec
Upstream-commit: ee3ffd6540
Component: cli
2017-12-14 14:33:04 -08:00
Sebastiaan van Stijn
3ac0d82798
Fix "on-failure" restart policy being documented as "failure"
...
Commit ddadd3db49 refactored
the markdown documentation, but accidentally changed
`on-failure` to `failure`.
This patch corrects this change.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 43217d7332
Component: cli
2017-12-14 13:50:56 -08:00
Sebastiaan van Stijn
05b6e11768
Merge pull request #748 from thaJeztah/fix-storage-driver-anchors
...
Fix anchors to "Storage driver options"
Upstream-commit: 6a2b9d0267
Component: cli
2017-12-13 09:53:05 -08:00
ktrysmt
f1310bd820
Fixed #750
...
Signed-off-by: Kotaro Yoshimatsu <kotaro.yoshimatsu@gmail.com >
Upstream-commit: db05d8ad79
Component: cli
2017-12-13 17:45:14 +09:00
Sebastiaan van Stijn
faf7b2e58e
Merge pull request #747 from thaJeztah/17.12-update-deprecated
...
Update docs and completion-scripts for deprecated features
Upstream-commit: 619c40fac5
Component: cli
2017-12-13 00:02:26 -08:00
Sebastiaan van Stijn
ea904b1a94
Fix anchors to "Storage driver options"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 630f8b1254
Component: cli
2017-12-12 17:27:05 -08:00
Sebastiaan van Stijn
ee5a10619c
Update docs and completion-scripts for deprecated features
...
- the `--disable-legacy-registry` daemon flag was removed
- duplicate keys with conflicting values for engine labels
now produce an error instead of a warning.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: a119e39f0c
Component: cli
2017-12-12 17:09:38 -08:00
Lachlan Cooper
467a8bb243
Correct references to --publish long syntax in docs
...
This is the same issue as described at docker/docker.github.io#5370
Signed-off-by: Lachlan Cooper <lachlancooper@gmail.com >
Upstream-commit: 90f44e564b
Component: cli
2017-12-13 10:25:43 +11:00
Daniel Nephin
29bb8562cc
Fix external networks
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 9da2602f38
Component: cli
2017-12-11 11:29:49 -05:00
Sebastiaan van Stijn
c3b54b0b2b
Bump version to 18.01-dev
...
The 17.12.0-rc1 release was cut-off from commit
ace5417954
This patch bumps the version to 18.01-dev to
indicate that any change is now for the upcoming
18.01 release.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: c4875264a3
Component: cli
2017-12-07 13:58:06 -08:00
Brian Goff
b8234e6bfc
Sort component details in template
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
Upstream-commit: 7138d6e301
Component: cli
2017-12-07 02:04:10 +01:00
Tibor Vass
aa9a4c4bff
Add platform and its components to docker version output
...
The Server section of version output is now composed of an Engine
component and potentially more, based on what the /version endpoint
returns.
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: 5f4c5f8bb6
Component: cli
2017-12-07 02:04:10 +01:00
Tibor Vass
29d0c2b494
vendor moby api to get new version types
...
Signed-off-by: Tibor Vass <tibor@docker.com >
Upstream-commit: fe3941af7d
Component: cli
2017-12-07 02:04:10 +01:00
Sebastiaan van Stijn
c3ea8d4b44
Merge pull request #726 from albers/completion-log-opt-line-only
...
Add bash completion for `--log-opt line-only`
Upstream-commit: 8053cf67e0
Component: cli
2017-12-06 16:04:26 -08:00
Sebastiaan van Stijn
499d1359a4
Merge pull request #730 from BretFisher/729-fix-zsh-node-and-stack-names
...
Fixing zsh column finding in nodes and stacks.
Upstream-commit: 143f9f0336
Component: cli
2017-12-06 16:03:20 -08:00
Brian Goff
9d2c3018e2
Merge pull request #733 from thaJeztah/sync-runc
...
Bump runc to b2567b37d7b75eb4cf325b77297b140ea686ce8f
Upstream-commit: ddec67c34e
Component: cli
2017-12-06 16:46:33 -05:00
Joffrey F
f0f2c2b953
Add missing additionalProperties marker on mount definitions
...
Signed-off-by: Joffrey F <joffrey@docker.com >
Upstream-commit: 88bbaca294
Component: cli
2017-12-06 12:37:38 -08:00
Joffrey F
31d8edcd80
Add shm_size property to build configuration in Compose schema
...
Signed-off-by: Joffrey F <joffrey@docker.com >
Upstream-commit: e49f14cf36
Component: cli
2017-12-06 12:34:12 -08:00
Sebastiaan van Stijn
c9781de504
Bump runc to b2567b37d7b75eb4cf325b77297b140ea686ce8f
...
To match what's used in Moby
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 669b8507be
Component: cli
2017-12-06 11:09:36 -08:00
Sebastiaan van Stijn
0aafcdcf36
Merge pull request #732 from ndeloof/8917
...
closes #8917 introduce `—workdir` option for docker exec
Upstream-commit: 86653f4d57
Component: cli
2017-12-06 10:51:33 -08:00
Nicolas De Loof
7b947af7df
update docker/docker for ExecConfig WorkingDir support
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
Upstream-commit: 798ec76223
Component: cli
2017-12-06 19:04:42 +01:00
Nicolas De Loof
4a137d3ed6
Annotate worker option for 1.35 API
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
Upstream-commit: 8dc88ea7b5
Component: cli
2017-12-06 17:24:01 +01:00
Nicolas De Loof
d02e9392a1
Because the option takes an argument, a special treatment is required in the preceding case
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
Upstream-commit: da6b8cb5de
Component: cli
2017-12-06 17:24:01 +01:00
Nicolas De Loof
5deca4bbe1
introduce —workdir option for docker exec
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
Upstream-commit: 591a1273fd
Component: cli
2017-12-06 17:24:01 +01:00
Daniel Nephin
c898dfbd95
Support network.name in the compose schema.
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: d0b8aa7701
Component: cli
2017-12-06 10:05:24 -05:00
Sebastiaan van Stijn
a369ceccde
Merge pull request #724 from dungeonmaster18/723-auto-complete-command
...
Added auto complete command for fluentd-sub-second-precision.
Upstream-commit: ea854237aa
Component: cli
2017-12-05 10:29:39 -08:00
Bret Fisher
a5a325a05f
Fixing zsh column finding in nodes and stacks.
...
Signed-off-by: Bret Fisher <bret@bretfisher.com >
Upstream-commit: 8b6d6fa974
Component: cli
2017-12-05 01:03:25 -05:00
Sebastiaan van Stijn
8d18b0cfab
Merge pull request #704 from albers/completion--platform
...
Add bash completion for `--platform`
Upstream-commit: 83cdc0f1bd
Component: cli
2017-12-04 13:19:37 -08:00
Harald Albers
14e1e40a4e
Add bash completion for --log-opt line-only
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 0798d71f38
Component: cli
2017-12-04 10:05:37 +01:00
dungeonmaster18
f62beecbb7
Added auto complete command for fluentd-sub-second-precision
...
Signed-off-by: dungeonmaster18 <umesh4257@gmail.com >
Upstream-commit: d5271568a2
Component: cli
2017-12-01 18:39:41 +05:30
Victor Vieux
4a8c6447a6
Merge pull request #719 from vdemeester/test-secret-config-indempotence
...
Add unit tests on config/secret indempotence in stack deploy
Upstream-commit: 6b63d7b96a
Component: cli
2017-11-30 08:39:56 -08:00
Vincent Demeester
9818aadf77
Add unit tests on config/secret indempotence in stack deploy
...
Related PR : https://github.com/docker/cli/pull/509
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
Upstream-commit: 5ed399e588
Component: cli
2017-11-30 09:45:32 +01:00
Vincent Demeester
617fb8ceb7
Merge pull request #702 from albers/completion-log--until
...
Add bash completion for `logs --until`
Upstream-commit: b45a49c83f
Component: cli
2017-11-30 09:40:08 +01:00
Harald Albers
3c7ba9bf1b
Add bash completion for --platform
...
Signed-off-by: Harald Albers <github@albersweb.de >
Upstream-commit: 15f78417b9
Component: cli
2017-11-30 09:29:15 +01:00
Sebastiaan van Stijn
02055337d8
Merge pull request #694 from riyazdf/trust-inspect
...
docker trust inspect
Upstream-commit: d921d5cc39
Component: cli
2017-11-29 11:33:53 -08:00
Riyaz Faizullabhoy
f8c7f6621d
Use default inspect formatting, remove omitempty, update docs
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
Upstream-commit: a9428285f0
Component: cli
2017-11-29 10:52:35 -08:00
Riyaz Faizullabhoy
b1e7ee7a82
support multiple arguments to trust inspect
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
Upstream-commit: 1eb87cc096
Component: cli
2017-11-29 10:52:34 -08:00
Riyaz Faizullabhoy
7e9b53fd42
add docker trust inspect command for JSON viewing
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
Upstream-commit: cd38d39d0d
Component: cli
2017-11-29 10:52:34 -08:00
Sebastiaan van Stijn
9b7953e812
Merge pull request #718 from dnephin/fix-e2e-docker-build
...
Fix e2e build test
Upstream-commit: 1b4f2d3b73
Component: cli
2017-11-29 10:30:31 -08:00
Sebastiaan van Stijn
a79583a886
Merge pull request #677 from albers/completion-log-opts
...
Add new log driver options to bash completion
Upstream-commit: 4f009541cb
Component: cli
2017-11-29 10:01:19 -08:00
Tõnis Tiigi
fe41a825e2
Merge pull request #678 from albers/completion-build--stream
...
Add bash completion for experimental `build --stream`
Upstream-commit: c428561b63
Component: cli
2017-11-29 10:00:23 -08:00
Sebastiaan van Stijn
264f9d5a4f
Merge pull request #701 from albers/completion-trust-sign--local
...
Add bash completion for `trust sign --local`
Upstream-commit: e5d49c0199
Component: cli
2017-11-29 09:44:53 -08:00
Sebastiaan van Stijn
40b8aa0152
Merge pull request #467 from estesp/chown-flag-docs
...
Add docs for Dockerfile ADD/COPY --chown flag
Upstream-commit: 12765c318f
Component: cli
2017-11-29 09:28:30 -08:00
Daniel Nephin
29f2890225
Fix e2e build test
...
The build output changed in 17.11
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 16cd84024c
Component: cli
2017-11-29 11:02:40 -05:00
Vincent Demeester
1433c3b1eb
Bump Go to 1.9.2
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
Upstream-commit: 6859a7387b
Component: cli
2017-11-29 09:16:03 +01:00
Sebastiaan van Stijn
67203bb69e
Merge pull request #429 from RenaudWasTaken/generic-resource
...
Integrated Generic resource in service create
Upstream-commit: 97b148b440
Component: cli
2017-11-28 18:01:42 -08:00
Renaud Gaubert
2598a6cd6a
Added support of Generic resources in compose file
...
Signed-off-by: Renaud Gaubert <renaud.gaubert@gmail.com >
Upstream-commit: 1ff73f867d
Component: cli
2017-11-28 21:52:09 +01:00
Renaud Gaubert
77a39cce80
Added support for generic resource update
...
Signed-off-by: Renaud Gaubert <renaud.gaubert@gmail.com >
Upstream-commit: 20a6ff32ee
Component: cli
2017-11-28 18:03:10 +01:00
Renaud Gaubert
025793bb76
Added docs for service create
...
Signed-off-by: Renaud Gaubert <renaud.gaubert@gmail.com >
Upstream-commit: 4a6da88f7a
Component: cli
2017-11-28 18:03:10 +01:00
Renaud Gaubert
4ba8859964
Added docs for dockerd
...
Signed-off-by: Renaud Gaubert <renaud.gaubert@gmail.com >
Upstream-commit: fe07ca70d6
Component: cli
2017-11-28 18:03:10 +01:00