summaryrefslogtreecommitdiff
path: root/daemon/daemon_linux_test.go
Commit message (Expand)AuthorAgeFilesLines
* daemon: remove deprecated AuFS storage driverSebastiaan van Stijn2023-04-151-16/+0
* daemon: let libnetwork assign default bridge IPAMCory Snider2023-01-261-0/+68
* daemon: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* daemon: fix daemon.Shutdown, daemon.Cleanup not cleaning up overlay2 mountsSebastiaan van Stijn2022-05-291-26/+100
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-3/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* volume/mounts: remove "containerOS" argument from NewParser (LCOW code)Sebastiaan van Stijn2021-07-021-1/+1
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-6/+7
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* Export all spec generation optsMichael Crosby2019-04-101-51/+0
* Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-211-13/+13
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* daemon unit tests: skip some if non-rootKir Kolyshkin2018-05-221-0/+4
* Fix typosweipeng2018-05-161-1/+1
* Merge pull request #36091 from kolyshkin/mountVincent Demeester2018-04-211-12/+0
|\
| * daemon.cleanupMounts(): use mount.SingleEntryFilterKir Kolyshkin2018-04-191-12/+0
* | Extra check before unmounting on shutdownBrian Goff2018-04-181-0/+100
|/
* Automated migration usingDaniel Nephin2018-03-161-6/+6
* Ensure daemon root is unmounted on shutdownBrian Goff2018-02-151-0/+64
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Added validation of isolation settings on daemon.verifyContainerSettingsSimon Ferquel2017-11-201-0/+7
* integration: test case for #35271Kir Kolyshkin2017-11-131-0/+55
* use t.Fatal() to output the err message where the values used for formattingfate-grand-order2017-02-231-3/+3
* Fix container mount cleanup issuesTonis Tiigi2016-03-301-2/+2
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-35/+65
* Do not try to cleanupMounts if daemon.repository is emptyChun Chen2015-09-291-0/+16
* Improvements to the original sharing implementation.David Calavera2015-09-231-0/+58