summaryrefslogtreecommitdiff
path: root/container
Commit message (Expand)AuthorAgeFilesLines
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2023-02-241-8/+10
* refactor: move from io/ioutil to io and os packageEng Zer Jun2023-02-244-10/+6
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-072-0/+2
* Swarm config: use absolute paths for mount destination stringsAkihiro Suda2021-05-183-2/+15
* replace pkg/symlink with github.com/moby/sys/symlinkSebastiaan van Stijn2020-11-031-1/+1
* Merge pull request #40856 from cpuguy83/reduce_allocs_on_env_repalceBrian Goff2020-05-123-12/+69
|\
| * Use strings.Index instead of strings.SplitBrian Goff2020-04-243-12/+69
* | SELinux: fix ENOTSUP errors not being detected when relabelingSebastiaan van Stijn2020-05-101-2/+1
* | Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-2/+2
|/
* remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-211-1/+1
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
* Support configuration of log cacher.Brian Goff2020-02-191-11/+14
* Support reads for all log drivers.Brian Goff2020-02-191-2/+24
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-112-3/+3
* Remove refs to jhowardmsft from .go codeJohn Howard2019-09-251-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-183-3/+3
* Merge pull request #39794 from tao12345666333/cleanup-set-dead-funcBrian Goff2019-09-122-8/+3
|\
| * cleanup: remove SetDead functionJintao Zhang2019-08-252-8/+3
* | container.ConfigFilePath: use same signature on WindowsSebastiaan van Stijn2019-09-031-2/+2
* | Merge pull request #39699 from thaJeztah/mkdirall_dropinTibor Vass2019-08-271-2/+2
|\ \ | |/ |/|
| * Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()Sebastiaan van Stijn2019-08-081-2/+2
* | Fix phrasing when referring to the freezer cgroupOdin Ugedal2019-08-161-1/+1
|/
* Merge pull request #39653 from thaJeztah/fix_unmount_ipc_ignore_enotexistBrian Goff2019-08-051-1/+1
|\
| * Fix "no such file or directory" warning when unmounting IPC mountSebastiaan van Stijn2019-08-021-1/+1
* | Avoid a data race in container/health.goZiheng Liu2019-07-311-1/+1
|/
* Handle blocked I/O of exec'd processesMichael Crosby2019-06-212-4/+27
* Merge pull request #39336 from justincormack/entropy-cannot-be-savedSebastiaan van Stijn2019-06-111-1/+1
|\
| * Entropy cannot be savedJustin Cormack2019-06-071-1/+1
* | Merge pull request #38522 from cpuguy83/fix_timersSebastiaan van Stijn2019-06-071-1/+4
|\ \ | |/ |/|
| * Make sure timers are stopped after use.Brian Goff2019-01-161-1/+4
* | Remove DiskQouta field.Yash Murty2019-04-301-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