summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update libnetwork to fix stale HNS endpoints on Windowsv18.03.0-ce-rc4v18.03.0-ceSebastiaan van Stijn2020-03-233-2/+18
* Update libnetwork with fixes for duplicate IP addressesSebastiaan van Stijn2020-03-237-33/+75
* daemon/oci_linux_test: add TestIpcPrivateVsReadonlyKir Kolyshkin2020-03-231-0/+38
* daemon/setMounts(): do not make /dev/shm roKir Kolyshkin2020-03-231-1/+1
* Update vendoring for libnetwork PR #2097Chris Telfer2020-03-2316-41/+154
* Delete the load balancer endpoint in Ingress netsChris Telfer2020-03-231-0/+2
* Add test for ingress removal on service removalChris Telfer2020-03-231-0/+91
* [integration] skip ppc64le oom tests for nowChristopher Jones2020-03-232-3/+3
* buildmod => buildmodev18.03.0-ce-rc3Eli Uriegas2020-03-231-1/+1
* Build containerd, runc, and proxy staticallyEli Uriegas2020-03-233-6/+17
* Engine: bump swarmkit to 11d7b06f48bc1d73fc6d8776c3552a4b11c94301v18.03.0-ce-rc2Sebastiaan van Stijn2020-03-232-2/+6
* Fix to address regression caused by PR 30897selansen2020-03-233-4/+88
* engine: vndr swarmkit 49a9d7fAndrew Hsu2020-03-232-68/+47
* builder: fix layer lifecycle leakTonis Tiigi2020-03-238-131/+181
* bump containerd/console to 2748ece16665b45a47f884001d5831ec79703880Sebastiaan van Stijn2020-03-232-12/+8
* Bump Runc to 1.0.0-rc5 / 4fc53a81fb7c994640722ac585fa9ca548971871Sebastiaan van Stijn2020-03-234-3/+13
* Split binary installers/commit scriptsBrian Goff2020-03-2320-233/+239
* Migrate some copy tests to integrationDaniel Nephin2020-03-234-195/+66
* Clean some docker_cli_build_tests that are cli-onlyVincent Demeester2020-03-231-116/+18
* update integration-cli tests for stderr outputv18.03.0-ce-rc1Riyaz Faizullabhoy2020-03-231-1/+1
* Blacklist tests, will be rewritten later onEli Uriegas2020-03-233-0/+6
* Fix TestAttachAfterDetach to work with latest clientDaniel Nephin2020-03-231-13/+5
* Merge pull request #36209 from dnephin/fix-image-prune-mappingDaniel Nephin2018-02-211-21/+17
|\
| * Remove broken container check from image pruneDaniel Nephin2018-02-081-21/+17
* | Merge pull request #36370 from thaJeztah/update-authorsSebastiaan van Stijn2018-02-212-2/+14
|\ \
| * | Update authorsSebastiaan van Stijn2018-02-212-2/+14
|/ /
* | Merge pull request #36368 from justincormack/maskkeysMichael Crosby2018-02-211-0/+1
|\ \
| * | Add /proc/keys to masked pathsJustin Cormack2018-02-211-0/+1
* | | Merge pull request #36366 from thaJeztah/update-api-version-checkBrian Goff2018-02-213-3/+7
|\ \ \ | |/ / |/| |
| * | Adjust minimum API version for templated configs/secretsSebastiaan van Stijn2018-02-212-2/+6
| * | Bump default API version to 1.37Sebastiaan van Stijn2018-02-211-1/+1
|/ /
* | Merge pull request #33702 from aaronlehmann/templated-secrets-and-configsSebastiaan van Stijn2018-02-2118-154/+594
|\ \
| * | Error out on secret/config templates for older APIBrian Goff2018-02-161-0/+9
| * | Merge configs/secrets in unix implementationBrian Goff2018-02-1610-201/+125
| * | Always mount configs with tmpfsBrian Goff2018-02-163-113/+80
| * | daemon: Check return value of createSecretDirAaron Lehmann2018-02-161-2/+6
| * | Store configs that contain secrets on tmpfsAaron Lehmann2018-02-166-44/+131
| * | integration-cli: Add secret/config templating testsAaron Lehmann2018-02-163-0/+382
| * | api: Add Templating parameter to SecretSpec and ConfigSpecAaron Lehmann2018-02-165-2/+68
| * | executor: Use a TemplatedDependencyGetter to support template expansionAaron Lehmann2018-02-161-1/+2
* | | Merge pull request #34899 from dnephin/fix-duplicate-new-clientSebastiaan van Stijn2018-02-2120-435/+237
|\ \ \
| * | | Remove explicit DOCKER_API_VERSION from integration env setupDaniel Nephin2018-02-201-4/+0
| * | | Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-2017-311/+158
| * | | Improve docstrings and small cleanup in clientDaniel Nephin2018-02-203-65/+66
| * | | Use gotestyourself env patchingDaniel Nephin2018-02-201-55/+13
* | | | Merge pull request #35829 from cpuguy83/no_private_mount_for_pluginsSebastiaan van Stijn2018-02-2120-223/+180
|\ \ \ \
| * | | | Cleanup volume plugin test with bad assumptionsBrian Goff2018-02-201-25/+2
| * | | | Make sure plugin mounts are cleaned upBrian Goff2018-02-072-0/+8
| * | | | Revert "Make plugins dir private."Brian Goff2018-02-073-15/+0
| * | | | Ensure plugin returns correctly scoped pathsBrian Goff2018-02-0711-68/+60