David Calavera
2a16099f57
Merge pull request #20241 from aaronlehmann/fallback-on-no-auth-credentials
...
Fall back to V1 when there are no basic auth credentials
2016-02-11 16:18:26 -08:00
David Calavera
46ec01bd12
Merge pull request #20246 from tophj-ibm/19368-fix-flaky-network-test
...
Fix flaky test, TestDockerNetworkHostModeUngracefulDaemonRestart
2016-02-11 15:50:40 -08:00
Jess Frazelle
2a64d400b3
Merge pull request #20114 from jfrazelle/fix-release-script
...
get os arch for release script
2016-02-11 17:28:23 -05:00
Sebastiaan van Stijn
73ee139d7a
Merge pull request #20245 from jfrazelle/20082-cap-add-docs-updates
...
update cap-add docs for seccomp
2016-02-11 22:52:26 +01:00
Vincent Demeester
4cdd0403cd
Merge pull request #20218 from icecrime/fix_remote_integration-cli
...
Improve remote integration-cli tests
2016-02-11 22:51:20 +01:00
Alexander Morozov
02a37a281c
Merge pull request #20239 from calavera/remove_server_port_allocation
...
Move listeners and port allocation outside the server.
2016-02-11 13:50:48 -08:00
Christopher Jones
045aee2002
Fix flaky test, TestDockerNetworkHostModeUngracefulDaemonRestart
...
Fixes #19368 by waiting until all container statuses are running
before killing the daemon
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2016-02-11 16:47:40 -05:00
Jessica Frazelle
1e92e5fdaa
update cap-add docs for seccomp
...
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
2016-02-11 13:47:08 -08:00
David Calavera
931e78df1b
Merge pull request #20231 from vdemeester/move-getcontext-away
...
Move getContext… function to builder package
2016-02-11 13:38:57 -08:00
Vincent Demeester
312f5e435b
Move getContext… function to builder package
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-11 20:59:59 +01:00
David Calavera
34c29277c2
Move listeners and port allocation outside the server.
...
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-11 14:42:49 -05:00
Aaron Lehmann
7b81bc147c
Fall back to V1 when there are no basic auth credentials
...
This makes the behavior consistent with having incorrect credentials.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-11 10:48:11 -08:00
Aaron Lehmann
4436f07ef4
Update vendored docker/distribution
...
The registry/client/auth package now provides ErrNoBasicAuthCredentials.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-11 10:28:18 -08:00
Brian Goff
944e4cab2e
Merge pull request #20124 from calavera/fix_vendor_codec_cleanup
...
Do not purge github.com/ugorji/go/codec from vendor.
2016-02-11 12:51:35 -05:00
Sebastiaan van Stijn
d4d0b8a42b
Merge pull request #20234 from kiawin/20232-improve-overriding-user-command-details
...
Improve usage details on overriding USER command in Docker run refere…
2016-02-11 18:18:26 +01:00
Phil Estes
6672d7de20
Merge pull request #20214 from mavenugo/vin0.7.0-dev.1
...
Vendor libnetwork v0.7.0-dev.2
2016-02-11 12:12:58 -05:00
Brian Goff
f6523a44cc
Merge pull request #20233 from tianon/busybox-dbus
...
Remove "--group-add dbus" from busybox example (no dbus group in busybox anymore)
2016-02-11 11:43:28 -05:00
David Calavera
803e3d4d1e
Merge pull request #20230 from estesp/zfs-ref-counting
...
Add proper refcounting to zfs graphdriver
2016-02-11 08:27:26 -08:00
David Calavera
d11a2c758a
Do not purge github.com/ugorji/go/codec from vendor.
...
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-11 11:22:55 -05:00
Tianon Gravi
b1e5c773b2
Remove "--group-add dbus" from busybox example (no dbus group in busybox anymore)
...
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2016-02-11 08:20:28 -08:00
Sian Lerk Lau
bc3e02b9ec
Improve usage details on overriding USER command in Docker run reference page
...
Signed-off-by: Sian Lerk Lau <kiawin@gmail.com>
2016-02-12 00:05:32 +08:00
Brian Goff
acd8baccff
Merge pull request #20209 from aaronlehmann/upper-case-hostnames
...
Allow uppercase characters in image reference hostname
2016-02-11 10:50:05 -05:00
Sebastiaan van Stijn
f923e5a5a4
Merge pull request #19720 from vdemeester/carry-pr-18912
...
Carry #18912 : Docker Remote API documentation update
2016-02-11 16:40:59 +01:00
Brian Goff
2edd5f698c
Merge pull request #19840 from aaronlehmann/resumable-downloads
...
Add support for resuming downloads on transfer failure
2016-02-11 10:32:17 -05:00
Arnaud Porterie
a943c40150
Improve remote integration-cli tests
...
Progress toward being able to run integration-cli campaign using a
client hitting a remote host.
Most of these fixes imply flagging tests that assume they are running on
the same host than the Daemon. Also fixes the `contrib/httpserver` image
that couldn't run because of a dynamically linked Go binary inside the
busybox image.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2016-02-11 07:31:49 -08:00
Anonmily
2c60a9cba2
Docker Remote API documentation update
...
I was confused for the longest time on how to actually use and make requests against the remote API, so I think that it might help for those getting started with it to know how to actually test it out via curl. I added in parts on how to access the remote API via curl against the default unix socket, and also on how to configure the docker daemon to expose the API on a TCP port as well if desired.
Signed-off-by: Michelle Liu <michelle@michelleliu.io>
2016-02-11 16:28:15 +01:00
Brian Goff
e7cd3b0897
Merge pull request #20222 from vdemeester/update-shakers-vendor-licence
...
Update shakers vendoring to include the LICENSE 😇
2016-02-11 10:23:10 -05:00
Madhu Venugopal
b2e609176d
Vendor libnetwork v0.7.0-dev.2
...
- Expose EnableIPV6 option
- discoverapi refactoring
- Fixed a few typos & docs update
- Fixes https://github.com/docker/docker/issues/20140
Signed-off-by: Madhu Venugopal <madhu@docker.com>
2016-02-11 07:09:53 -08:00
Vincent Demeester
2cca097ea8
Merge pull request #20052 from aditirajagopal/19301-overlay-network-unique-hostname
...
Overlay Network needs Unique Hostname
2016-02-11 15:41:54 +01:00
Sebastiaan van Stijn
89f94ec03b
Merge pull request #20161 from tkopczynski/docs-before-since-filters
...
docker ps before and since filters documentation
2016-02-11 15:32:50 +01:00
Vincent Demeester
5627e400fe
Merge pull request #20216 from Microsoft/jjh/testunit-pkgplugins-v2
...
Windows CI: test-unit on pkg\plugins
2016-02-11 12:39:08 +01:00
Sebastiaan van Stijn
d18c0d88f4
Merge pull request #20213 from Microsoft/jjh/testunit-pkgmount
...
Windows CI: Unit Test - pkg/mount is Unix specific
2016-02-11 12:27:38 +01:00
Sebastiaan van Stijn
8c0b1218c0
Merge pull request #20219 from moxiegirl/remove-tutorial-build
...
Update Dockerfile
2016-02-11 12:15:53 +01:00
Vincent Demeester
9ee8f0ad9d
Update shakers vendoring to include the LICENSE 😇
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-11 08:38:09 +01:00
Phil Estes
922986b76e
Add proper refcounting to zfs graphdriver
...
Fixes issues with layer remounting (e.g. a running container which then
has `docker cp` used to copy files in or out) by applying the same
refcounting implementation that exists in other graphdrivers like
overlay and aufs.
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2016-02-11 01:00:54 -05:00
Mary Anthony
8d673d9471
Update Dockerfile
...
Signed-off-by: Mary Anthony <mary@docker.com>
2016-02-10 20:40:30 -08:00
John Howard
4b3001e85a
Windows CI: test-unit on pkg\plugins
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-02-10 19:28:30 -08:00
Arnaud Porterie
e2a0618fb1
Merge pull request #20184 from fkautz/pr_out_adding_backup_key_server_in_install_script
...
Adding backup key server in install script
2016-02-10 19:08:49 -08:00
John Howard
d509e61540
Windows CI: Unit Test - pkg/mount is Unix specific
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-02-10 18:09:15 -08:00
David Calavera
dfebb6074f
Merge pull request #20210 from Microsoft/jjh/hcswin32-v2
...
Windows: Revendor HCS to use revised error scheme
2016-02-10 17:20:14 -08:00
Sebastiaan van Stijn
ae8551c144
Merge pull request #19903 from londoncalling/cloud-installs-rel-a
...
added better what's next topics to point to new machine docs related …
2016-02-11 01:33:26 +01:00
David Calavera
9be87be582
Merge pull request #20170 from Microsoft/10662-TestBuildCI5
...
Fifth set of TestBuild CI enables for Windows
2016-02-10 16:02:26 -08:00
Alexander Morozov
f1bf015ed8
Merge pull request #20208 from Microsoft/jjh/testunit-layer
...
Windows CI UnitTest TestLayerSize-->Unix
2016-02-10 15:30:14 -08:00
Alexander Morozov
95d827cda2
Merge pull request #20207 from Microsoft/jjh/fix18077-v2
...
Windows: Fix Isolation
2016-02-10 15:29:39 -08:00
John Howard
54263a9393
Windows: Use new error code mechanism from HCS
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-02-10 14:48:24 -08:00
Victoria Bialas
4e9e95fe8d
added better what's next topics to point to new machine docs related to Issue #18282
...
updated cloud install example per Olivier's comments, added better command examples
updates per @thaJeztah comments
fixed links per @theJeztah comments, renamed cloud.md to overview.md for better URL name
updates per @moxiegirl comments, added alias for renamed file, modified links, changed a title
fixed link errors
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-02-10 14:19:05 -08:00
John Howard
fadbbd335c
Windows: Revendor HCSShim@43858ef3
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-02-10 14:14:45 -08:00
Aaron Lehmann
e2afab9c4a
Allow uppercase characters in image reference hostname
...
This PR makes restores the pre-Docker 1.10 behavior of allowing
uppercase characters in registry hostnames.
Note that this only applies to hostnames, not remote image names.
Previous versions also prohibited uppercase letters after the hostname,
but Docker 1.10 extended this to the hostname itself.
- Vendor updated docker/distribution.
- Add a check to "normalize" that rejects remote names with uppercase
letters.
- Add test cases to TestTagValidPrefixedRepo and
TestTagInvalidUnprefixedRepo
Fixes : #20056
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-10 14:03:41 -08:00
John Howard
298d280143
Windows CI UnitTest TestLayerSize-->Unix
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-02-10 13:57:26 -08:00
John Howard
dfdce6e35c
Revendor engine-api @ ddfd776c
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-02-10 13:26:35 -08:00