summaryrefslogtreecommitdiff
path: root/container
Commit message (Expand)AuthorAgeFilesLines
* SELinux: fix ENOTSUP errors not being detected when relabelingSebastiaan van Stijn2020-05-101-2/+1
* Merge pull request #443 from thaJeztah/19.03_backport_health_raceSebastiaan van Stijn2020-01-231-1/+1
|\
| * Avoid a data race in container/health.goZiheng Liu2020-01-171-1/+1
* | Merge pull request #444 from thaJeztah/19.03_backport_fix_unmount_ipc_ignore_...Sebastiaan van Stijn2020-01-231-1/+1
|\ \
| * | Fix "no such file or directory" warning when unmounting IPC mountSebastiaan van Stijn2020-01-171-1/+1
| |/
* | Fix phrasing when referring to the freezer cgroupOdin Ugedal2020-01-171-1/+1
|/
* Handle blocked I/O of exec'd processesMichael Crosby2019-09-202-4/+27
* Entropy cannot be savedJustin Cormack2019-06-111-1/+1
* Remove DiskQouta field.Yash Murty2019-05-131-1/+0
* Move EnableServiceDiscoveryOnDefaultNetwork to container-operationsSebastiaan van Stijn2019-03-202-10/+0
* Switch to google/uuidJustin Cormack2019-03-131-2/+2
* Add pids-limit support in docker updateSunny Gogoi2019-02-212-1/+4
* fix code typoJoeWrightss2019-01-111-1/+1
* Fix missing importSebastiaan van Stijn2018-12-121-0/+1
* Merge pull request #38316 from dmandalidis/xattr-fixVincent Demeester2018-12-121-1/+14
|\
| * Ignore xattr ENOTSUP errors on copy (fixes #38155)Dimitris Mandalidis2018-12-111-1/+14
* | pkg/mount: wrap mount/umount errorsKir Kolyshkin2018-12-101-3/+3
* | UnmountIpcMount: simplifyKir Kolyshkin2018-12-102-7/+5
|/
* fix typoOmri Shiv2018-11-301-1/+1
* mount: add BindOptions.NonRecursive (API v1.40)Akihiro Suda2018-11-061-5/+6
* Merge pull request #37092 from cpuguy83/local_loggerSebastiaan van Stijn2018-08-201-1/+17
|\
| * Add new `local` log driverBrian Goff2018-08-171-1/+17
* | Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-2/+2
|/
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-132-3/+3
* Merge pull request #37184 from cpuguy83/attach_leakSebastiaan van Stijn2018-06-081-91/+82
|\
| * Fix fd leak on attachBrian Goff2018-05-311-91/+82
* | Merge pull request #36688 from cpuguy83/volumes_serviceSebastiaan van Stijn2018-06-051-1/+1
|\ \ | |/ |/|
| * Extract volume interaction to a volumes serviceBrian Goff2018-05-251-1/+1
* | Merge pull request #36874 from kolyshkin/stop-timeoutBrian Goff2018-05-302-4/+5
|\ \ | |/ |/|
| * daemon.ContainerStop(): fix for a negative timeoutKir Kolyshkin2018-05-031-1/+2
| * TestContainerStopTimeout: fixKir Kolyshkin2018-04-191-3/+3
* | Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* | Use mount package to unmount container stuffBrian Goff2018-05-103-34/+2
* | Move network operations out of container packageBrian Goff2018-05-101-376/+1
* | Switch from x/net/context -> contextKir Kolyshkin2018-04-233-5/+3
* | Move mount parsing to separate package.Brian Goff2018-04-192-7/+9
|/
* Automated migration usingDaniel Nephin2018-03-162-34/+35
* container.BaseFS: check for nil before derefKir Kolyshkin2018-03-132-0/+10
* Clean-up after container unit testmnussbaum2018-02-281-2/+7
* Merge pull request #36272 from mnussbaum/36255-fix_log_pathBrian Goff2018-02-272-6/+56
|\
| * Fix empty LogPath with non-blocking logging modejunzhe and mnussbaum2018-02-202-6/+56
* | Merge pull request #35967 from Microsoft/jjh/32838-pass-container-shutdown-er...Yong Tang2018-02-221-1/+1
|\ \
| * | Windows: Pass back system errors on container exitJohn Howard2018-02-221-1/+1
| |/
* | Merge configs/secrets in unix implementationBrian Goff2018-02-163-67/+30
* | Store configs that contain secrets on tmpfsAaron Lehmann2018-02-162-3/+34
* | Use continuity fs package for volume copyBrian Goff2018-02-121-45/+6
|/
* Add canonical import commentDaniel Nephin2018-02-0523-23/+23
* Make container resource mounts unbindableBrian Goff2018-01-163-24/+61
* Golint: remove redundant ifsSebastiaan van Stijn2018-01-151-8/+3
* Merge pull request #35940 from yongtang/35920-filter-health-startingVincent Demeester2018-01-103-10/+29
|\