Commit Graph

  • 00e3277107 Add basic support for .wh..wh..opq Tonis Tiigi 2015-09-21 14:36:35 -07:00
  • 50852f3be3 Fix TestAttachClosedOnContainerStop racey test Vincent Demeester 2015-09-29 16:57:58 +02:00
  • 9077c89689 Make sure test container is running before exec Brian Goff 2015-09-28 22:09:04 -04:00
  • 8e5bb8fdd3 Do not parse config.Volumes for named volumes Brian Goff 2015-09-29 10:01:57 -04:00
  • 8781367c77 Fix text not matching the actual tests Miloslav Trmač 2015-09-29 15:26:04 +02:00
  • 7eab3db324 Fix TestDockerCmd*Timeout racey tests Vincent Demeester 2015-09-29 14:50:22 +02:00
  • 213a0f9d86 Do not try to cleanupMounts if daemon.repository is empty Chun Chen 2015-08-25 15:58:33 +08:00
  • d6e7350b96 Merge pull request #16635 from Microsoft/10662-fixtestrununknowncommand Alexander Morozov 2015-09-28 14:31:48 -07:00
  • 79dd76b602 Merge pull request #16636 from Microsoft/setrunninglocking David Calavera 2015-09-28 14:25:32 -07:00
  • b50b928313 Merge pull request #16637 from Microsoft/10662-TestRunStdinBlockedAfterContainerExit Alexander Morozov 2015-09-28 14:21:41 -07:00
  • 4d301f0059 Windows: Fix TestRunStdinBlockedAfterContainerExit John Howard 2015-09-28 14:08:26 -07:00
  • ab8a4102e1 Merge pull request #16608 from vdemeester/16585-revert-env-regexp Alexander Morozov 2015-09-28 13:54:17 -07:00
  • eff253dfaf Move setRunningLocking to test code John Howard 2015-09-28 13:48:12 -07:00
  • 74aeb0350e TestRunUnknownCommand 30s, not 30ns John Howard 2015-09-28 13:40:17 -07:00
  • 17062aea21 Merge pull request #16616 from sunyuan3/TestRunWithSwappinessInvalid Alexander Morozov 2015-09-28 11:42:26 -07:00
  • 7335544fd0 Revert environment regexp from 13694 Vincent Demeester 2015-09-28 20:26:20 +02:00
  • 4acf29a808 Command line, manpage and deprecation documentation. Richard Scothern 2015-09-25 13:49:50 -07:00
  • 7669670f2d Merge pull request #16631 from coolljt0725/fix_typo Alexander Morozov 2015-09-28 09:25:54 -07:00
  • c576310b6f Add zsh completion for --cluster-store and --cluster-advertise options for docker daemon Steve Durrheimer 2015-09-28 15:13:42 +02:00
  • 4e62bd97d3 Fix comment typo in attach.go Lei Jitang 2015-09-28 08:59:40 -04:00
  • 3571814dc5 Update TestRunWithSwappinessInvalid. Yuan Sun 2015-09-28 18:13:21 +08:00
  • 1c71c1995f bash completion for docker daemon --cluster-* Harald Albers 2015-09-28 11:23:23 +02:00
  • da294050f3 fix discovery package documentation with the right --cluster* flags Alexandre Beslic 2015-09-27 13:40:42 -07:00
  • 9324b154d2 Merge pull request #16229 from icecrime/discovery Andrea Luzzardi 2015-09-27 18:06:27 -07:00
  • 486c12525f Merge pull request #16109 from charleswhchan/patch-3 moxiegirl 2015-09-27 15:12:17 -07:00
  • 457a066ff0 Merge pull request #16603 from icecrime/add_more_vincent Arnaud Porterie 2015-09-27 12:14:39 -07:00
  • 60f76bbfe1 Touch up "Dockerfile reference" Charles Chan 2015-09-06 15:48:05 -07:00
  • 1cab5a50d0 Merge pull request #16187 from mikebrow/16161-fix-text-in-docker-basics-page moxiegirl 2015-09-27 08:02:14 -07:00
  • f8f03a290c Merge pull request #16338 from twaugh/env-replacement-label moxiegirl 2015-09-27 08:00:53 -07:00
  • 94464e3a5e Validate --cpuset-cpus, --cpuset-mems Antonio Murdaca 2015-09-08 20:40:55 +02:00
  • 6957b671bb Sort maintainers by name Arnaud Porterie 2015-09-26 08:11:36 -07:00
  • fcb9d8d899 Add @vdemeester to MAINTAINERS Arnaud Porterie 2015-09-26 08:09:44 -07:00
  • 2ed0739c7a Merge pull request #16597 from brahmaroutu/vendor_libnetwork_gccgo_fix Madhu Venugopal 2015-09-25 21:22:02 -07:00
  • ba4c132491 Vendoring in libnetwork with the fix for compilation error using GCCGo (X86 GCCGO CI) Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com> Srini Brahmaroutu 2015-09-25 23:16:55 +00:00
  • 39f2f15a35 Prevent push and pull to v1 registries by filtering the available endpoints. Add a daemon flag to control this behaviour. Add a warning message when pulling an image from a v1 registry. The default order of pull is slightly altered with this changset. Richard Scothern 2015-09-16 10:42:17 -07:00
  • 02eed8d666 Merge pull request #16063 from shishir-a412ed/man_docker_daemon moxiegirl 2015-09-25 15:42:06 -07:00
  • c32d22e6e4 Merge pull request #16531 from vbatts/vbatts-non-utf8-name-fix Tibor Vass 2015-09-25 17:55:11 -04:00
  • 7d193ef1f3 Add builtin nodes discovery Arnaud Porterie 2015-09-10 16:12:00 -07:00
  • 166e082be3 Add pkg/discovery for nodes discovery Arnaud Porterie 2015-08-31 13:23:17 -07:00
  • 3c3d232e0a Merge pull request #16589 from mavenugo/ln_vin_ls Jess Frazelle 2015-09-25 13:31:14 -07:00
  • f0e904df8e Merge pull request #16590 from Microsoft/10662-escapeargsfix David Calavera 2015-09-25 13:29:54 -07:00
  • ff92f45be4 Merge pull request #16567 from calavera/context_per_request Jess Frazelle 2015-09-25 13:01:51 -07:00
  • ecedb3d81d vendor: update tar-split to v0.9.10 Vincent Batts 2015-09-23 15:50:23 -04:00
  • 80e31df3b6 Merge pull request #15916 from mikedougherty/release-flexibility Jess Frazelle 2015-09-25 11:26:18 -07:00
  • 6db1592066 Docker daemon changes to use default gateway service Madhu Venugopal 2015-09-24 20:00:05 -07:00
  • 07cfac3d2d Merge pull request #16508 from MHBauer/create-refactor Alexandre Beslic 2015-09-25 10:58:56 -07:00
  • 5aa7c2317a Flags to cmd are now sent as two separate arguments Darren Stahl 2015-09-25 10:34:07 -07:00
  • 7a1dbd17fc Merge pull request #16569 from brahmaroutu/ioutil_hang_gccgo Jess Frazelle 2015-09-25 10:24:13 -07:00
  • 2ecc7290d6 Merge pull request #16576 from Djelibeybi/rpm-docs Jess Frazelle 2015-09-25 10:16:12 -07:00
  • 59a000ec7f Vendoring libnetwork and libkv Madhu Venugopal 2015-09-25 10:02:31 -07:00
  • 93bd57b0b2 refactor create to not expose internal data structures Morgan Bauer 2015-09-22 18:06:09 -07:00
  • fada260ad2 man page for docker daemon command Shishir Mahajan 2015-09-17 10:07:22 -04:00
  • 7c52fcce85 goroutine fairness is not guaranteed causing the hang with GCCGO Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com> Srini Brahmaroutu 2015-09-25 00:13:38 +00:00
  • 2368d23665 Added test coverage to StdCopy closes #11584 Federico Gimenez 2015-09-24 12:39:54 +02:00
  • 5106532601 Make sure the container will always be unpaused on test exit Lei Jitang 2015-09-25 05:15:16 -04:00
  • 63e5891e4f Add documentation files including the LICENSE and CHANGELOG.md to the RPM Avi Miller 2015-09-25 17:44:11 +10:00
  • 1374ebcde0 Generate a full RPM changelog from the existing CHANGELOG.md file Avi Miller 2015-09-25 17:25:00 +10:00
  • 02ae137b1d Merge pull request #16571 from skatsuta/fix-typo-comment-evaluator Doug Davis 2015-09-24 23:44:00 -04:00
  • 6d25eb6e7c client/start: fix logic for discarded signal Ma Shimiao 2015-09-24 17:21:20 +08:00
  • b5265fe7ad Make Close() on simpleReaderCloser actually close the reader Doug Davis 2015-09-24 20:21:23 -07:00
  • b2b76894a1 Merge pull request #16468 from crosbymichael/bump_libcontainer Jess Frazelle 2015-09-24 16:53:28 -07:00
  • 27c76522de Define a context per request. David Calavera 2015-09-24 17:29:54 -04:00
  • 7d8b5fc3aa Fix windows cross compile with new netlink Michael Crosby 2015-09-24 14:59:23 -07:00
  • 189d2c7985 Update libcontainer to aac9179bbadbf958054ce97ab36 Michael Crosby 2015-09-22 16:33:00 -07:00
  • f6064cb42b Update CAP_ prefix for new spec format Michael Crosby 2015-09-21 16:06:08 -07:00
  • d0fdc3b5df Fix netlink dependency with new pkg Michael Crosby 2015-09-21 11:54:35 -07:00
  • 6bd3e6357c Bump libcontainer to 08b5415ffa3769ff7c1d2f673f613 Michael Crosby 2015-09-21 11:28:51 -07:00
  • de41640435 Merge pull request #16228 from duglin/ContextualizeEvents David Calavera 2015-09-24 14:16:22 -07:00
  • 608b3db5c8 Windows: Fix ADD from URL in dockerfile John Howard 2015-09-24 12:10:41 -07:00
  • 5c94a9e800 #16560 Add timeout to sudo service docker stop on sysvinit Ewa Czechowska 2015-09-24 18:57:43 +00:00
  • 7daeecd42d Merge pull request #16559 from Microsoft/10662-fix16556 Jess Frazelle 2015-09-24 12:31:36 -07:00
  • 9a64f2bbb3 Use pkg/mount to support more flags in dm.mountopt Carl Henrik Lunde 2015-09-08 21:23:44 +02:00
  • 84b53c8d87 Merge pull request #14579 from hqhq/hq_add_softlimit Jess Frazelle 2015-09-24 12:11:36 -07:00
  • a7e8f3616c Merge pull request #16511 from Mashimiao/fix-logic-client-search Phil Estes 2015-09-24 15:06:10 -04:00
  • 26b1064967 Add context.RequestID to event stream Doug Davis 2015-09-10 15:01:18 -07:00
  • 23750fb802 Merge pull request #15862 from calavera/share_shm_and_mqueue Jess Frazelle 2015-09-24 11:23:59 -07:00
  • e65a7dabb9 Fixes 16556 CI failures John Howard 2015-09-24 10:53:47 -07:00
  • c8bc02ea35 Merge pull request #16538 from Microsoft/10662-escapeargs David Calavera 2015-09-24 11:18:29 -07:00
  • ccba7c3e14 Merge pull request #16507 from azurezk/testcase_nit Jess Frazelle 2015-09-24 11:12:43 -07:00
  • f2db5028cd Merge pull request #16480 from sunyuan3/TestRunWithKernelMemory Jess Frazelle 2015-09-24 11:10:51 -07:00
  • de8b5c46cc Merge pull request #16556 from Microsoft/10662-randomunix Arnaud Porterie 2015-09-24 10:35:27 -07:00
  • f75206dd7b Merge pull request #16541 from sunyuan3/newlogformat David Calavera 2015-09-24 10:07:20 -07:00
  • 53e5f33279 builder: fix typos in comments Soshi Katsuta 2015-09-25 01:45:59 +09:00
  • 1e514de2e4 Merge pull request #16545 from HuKeping/fixtest Doug Davis 2015-09-24 12:43:51 -04:00
  • 5d630abbab TestRandomUnixTmpDirPath platform agnostic John Howard 2015-09-24 09:37:07 -07:00
  • f2823f64a5 Added some names Morgy93 2015-09-17 11:27:13 +02:00
  • 5505bcdd62 Fix test for container events Hu Keping 2015-09-19 10:18:52 +08:00
  • 8c33c6c737 Merge pull request #16190 from LK4D4/drain_refactor Jess Frazelle 2015-09-24 01:54:40 -07:00
  • 19613feddf client/search: small logic fix Ma Shimiao 2015-09-23 14:03:58 +08:00
  • 029c6eacd6 test neat Kun Zhang 2015-09-23 11:52:17 +08:00
  • 22877e1b16 Merge pull request #15021 from chenchun/resize_pool Brian Goff 2015-09-23 22:22:51 -04:00
  • 6fe38e3947 Update documentation for new test log format. Yuan Sun 2015-09-24 09:47:42 +08:00
  • 2458452a3b Try to resize data and metadata loopback file when initiating devicemapper Chun Chen 2015-09-24 09:21:28 +08:00
  • ebe7ef9fc2 Merge pull request #16411 from duglin/DaemonErrors Brian Goff 2015-09-23 21:20:56 -04:00
  • 40e8560412 Merge pull request #16415 from HuKeping/dockerinfo Brian Goff 2015-09-23 21:15:23 -04:00
  • a518612260 Merge pull request #16540 from MHBauer/man-build-arg David Calavera 2015-09-23 17:51:09 -07:00
  • 3a4775cb80 fix typo in man page Morgan Bauer 2015-09-23 17:38:09 -07:00
  • b89fdc120e update TestRunWithKernelMemory Yuan Sun 2015-09-24 08:41:35 +08:00
  • c5b23337c3 Make bytesPipe use linear allocations Tonis Tiigi 2015-09-16 16:51:11 -08:00
  • ddd0c47412 Merge pull request #16497 from MHBauer/attach-refactor-new Jess Frazelle 2015-09-23 16:52:39 -07:00