John Starks
194eaa5c0f
Add os_version and os_features to Image
...
These fields are needed to specify the exact version of Windows that an
image can run on. They may be useful for other platforms in the future.
This also changes image.store.Create to validate that the loaded image is
supported on the current machine. This change affects Linux as well, since
it now validates the architecture and OS fields.
Signed-off-by: John Starks <jostarks@microsoft.com>
2016-04-04 13:14:57 -07:00
Sebastiaan van Stijn
1e1da2a29b
Merge pull request #21582 from kamigerami/fixes-21581-no--subnetwork-option-as-specified-in-docs-for-work-with-networks.md
...
fixes-#21581-no--subnetwork-option-as-specified-in-docs
2016-03-28 16:25:52 -07:00
Tõnis Tiigi
553edd1d19
Merge pull request #21251 from cyphar/refactor-copyonbuild
...
pkg: archive: don't fail Untar if xattrs are not supported
2016-03-28 16:15:18 -07:00
David Calavera
d7382c1fa3
Merge pull request #21577 from albers/completion-dm.min_free_space
...
bash completion for `dm.min_free_space`
2016-03-28 15:42:21 -07:00
Arnaud Porterie
121b78c27d
Merge pull request #21590 from tonistiigi/apt-mirror
...
Allow specifying apt mirror in dockerfile
2016-03-28 15:08:40 -07:00
Tonis Tiigi
8ec8564691
Allow specifying apt mirror in dockerfile
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-03-28 13:47:28 -07:00
David Calavera
be390c30cd
Merge pull request #21523 from LK4D4/cancellable_routes
...
Embed context.Context to routes with usage of CloseNotify
2016-03-28 12:44:07 -07:00
David Calavera
cf91a1be45
Merge pull request #21553 from tonistiigi/test-repeat
...
Add support for repeating integration tests
2016-03-28 11:39:22 -07:00
David Calavera
dd7691423f
Merge pull request #21566 from allencloud/upper-case-docker-info-display
...
upper case docker info details
2016-03-28 11:37:23 -07:00
David Calavera
dd757deae0
Merge pull request #21556 from twistlock/basic_authn_client_cert
...
Extend Docker authorization with TLS user information
2016-03-28 11:36:02 -07:00
David Calavera
d48b1c6de5
Merge pull request #21579 from albers/completion-run--userns
...
bash completion for `docker {run,create} --userns`
2016-03-28 11:31:55 -07:00
David Calavera
22ca91b084
Merge pull request #21580 from sdurrheimer/zsh-completion-create-run-userns
...
Add zsh completion for 'docker {create,run} --userns'
2016-03-28 11:31:39 -07:00
David Calavera
20ab670090
Merge pull request #21584 from albers/completion-fix--security-opt
...
fix bash completion for `docker run --security-opt`
2016-03-28 11:29:31 -07:00
Tõnis Tiigi
3b39363495
Merge pull request #21578 from VorT3x/master
...
Fix misspellings
2016-03-28 10:47:11 -07:00
Harald Albers
020998e24c
fix bash completion for `docker run --security-opt`
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-03-28 08:07:28 -07:00
kamjar gerami
a4d4243b91
fixes-#21581-no--subnetwork-option-as-specified-in-docs-for-work-with-networks.md: fixed typo in docs
...
Signed-off-by: kamjar gerami <kami.gerami@gmail.com>
2016-03-28 17:02:27 +02:00
Harald Albers
62475684b9
bash completion for `docker {run,create} --userns`
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-03-28 06:47:33 -07:00
Steve Durrheimer
39d7ff233b
Add zsh completion for 'docker {create,run} --userns'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2016-03-28 15:39:27 +02:00
Dmitri Logvinenko
6dede879fd
Fix misspellings
...
Signed-off-by: Dmitri Logvinenko <dmitri.logvinenko@gmail.com>
2016-03-28 16:21:02 +03:00
Lei Jitang
35986d4824
Merge pull request #21575 from sdurrheimer/zsh-completion-daemon-containerd
...
Add zsh completion for 'docker daemon --containerd'
2016-03-28 20:46:39 +08:00
Steve Durrheimer
63b29eda68
Add zsh completion for 'docker daemon --containerd'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2016-03-28 14:40:56 +02:00
Harald Albers
2623b3496e
fix wrong option name in `dm.min_free_space` examples
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-03-28 05:20:06 -07:00
Harald Albers
eae4e84c66
bash completion for storage option `dm.min_free_space`
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-03-28 05:15:56 -07:00
Vincent Demeester
7015195c60
Merge pull request #21573 from albers/completion-daemon--containerd
...
bash completion for `docker daemon --containerd`
2016-03-28 13:48:15 +02:00
Harald Albers
aeaba46c2c
bash completion for `docker daemon --containerd`
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-03-28 04:30:02 -07:00
allencloud
276a20dd42
upper case docker info details
...
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-03-28 18:47:04 +08:00
Vincent Demeester
bd6a08f739
Merge pull request #21560 from Microsoft/jjh/psignal
...
Windows: psignal alias not required
2016-03-28 11:11:59 +02:00
Alexander Morozov
c6ad1980a2
use router.Cancellable for pull and push
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-03-27 21:53:25 -07:00
John Howard
59d8878558
Windows: psignal alias not required
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-03-27 17:23:34 -07:00
Liron Levin
3c157713b3
Extend Docker authorization with TLS user information
...
Currently Docker authorization framework does not use any user
information, which already available in the Docker context for TLS
connection.
The purpose of this CR is to complete the existing authz work by adding
the basic client certificate details (SUBJECT_NAME) and authentication
method (TLS) to the authz request.
We think this should be the default behavior when no extended
authorization module is specified (currently WIP under #20883 ).
Signed-off-by: Liron Levin <liron@twistlock.com>
2016-03-27 15:53:55 +03:00
Vincent Demeester
4afeabfdad
Merge pull request #21547 from sdurrheimer/zsh-completion-gelf-compression
...
Add zsh completion for gelf-compression log driver options
2016-03-27 11:52:41 +02:00
Steve Durrheimer
ff31f166f2
Add zsh completion for gelf-compression log driver options
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2016-03-27 11:31:04 +02:00
Vincent Demeester
1aa07d6f11
Merge pull request #21546 from sdurrheimer/zsh-completion-ps-filters
...
Add zsh completion for 'docker ps --filter' values
2016-03-27 10:22:50 +02:00
Vincent Demeester
49a73ca121
Merge pull request #21548 from sdurrheimer/zsh-completion-etwlogs-gcplogs-log-drivers
...
Add zsh completion for etwlogs and gcplogs log drivers
2016-03-27 10:18:57 +02:00
Vincent Demeester
98132f850b
Merge pull request #21544 from allencloud/fix-typo
...
fix typos
2016-03-27 10:18:02 +02:00
Tõnis Tiigi
8dbecd5936
Merge pull request #21540 from senk/patch-containerd
...
Fixes typo in containerd-parameter usage instructions. Fixes #21538
2016-03-26 23:10:23 -07:00
Tonis Tiigi
477fe4846a
Add support for repeating integration tests
...
`TEST_REPEAT=n` runs the test suite again n times or
until the first failure without doing building and
daemon setup. Useful for debugging flaky tests.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-03-26 23:05:55 -07:00
Sebastiaan van Stijn
d954186efb
Merge pull request #21542 from sdurrheimer/zsh-completion-journald-tag
...
Add zsh completion for journald tag opt
2016-03-26 18:04:53 -07:00
Sebastiaan van Stijn
a5dc6c3ca1
Merge pull request #21543 from sdurrheimer/zsh-completion-update-restart
...
Add zsh completion for 'docker update --restart'
2016-03-26 18:03:27 -07:00
Sebastiaan van Stijn
db00de5d37
Merge pull request #21549 from sdurrheimer/zsh-completion-pull-push-disable-content-trust
...
Add zsh completion for 'docker {pull,push} --disable-content-trust'
2016-03-26 17:57:46 -07:00
Steve Durrheimer
b0235ffddd
Add zsh completion for 'docker {pull,push} --disable-content-trust'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2016-03-26 22:49:53 +01:00
Steve Durrheimer
ca3ff89e56
Add zsh completion for etwlogs and gcplogs log drivers
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2016-03-26 22:39:17 +01:00
Steve Durrheimer
f3a27a6fac
Add zsh completion for 'docker ps --filter' values
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2016-03-26 21:53:27 +01:00
Steve Durrheimer
ca2cca0255
Add zsh completion for 'docker update --restart'
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2016-03-26 15:07:02 +01:00
allencloud
6983f05b42
fix typos
...
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-03-26 22:06:45 +08:00
Steve Durrheimer
93ffc2d954
Add zsh completion for journald tag opt
...
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
2016-03-26 14:54:11 +01:00
Robin Naundorf
a1d6c60ee0
Fixes #21538
...
typo corrected
Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de>
2016-03-26 09:38:00 +01:00
Sebastiaan van Stijn
6f9872180c
Merge pull request #21537 from senk/patch-1
...
Added 2nd experimental feature currently active
2016-03-26 00:02:02 -07:00
Robin Naundorf
65ab7fa2b3
Added 2nd experimental feature currently active
...
Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de>
2016-03-26 07:35:03 +01:00
Sebastiaan van Stijn
9f6322e497
Merge pull request #21461 from thaJeztah/add-ubuntu-16.04-xenial
...
docs: add Ubuntu 16.04 "xenial"
2016-03-25 16:07:05 -07:00