summaryrefslogtreecommitdiff
path: root/daemon/daemon_linux.go
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated legacy "overlay" storage-driverSebastiaan van Stijn2023-04-191-1/+1
* daemon: remove deprecated AuFS storage driverSebastiaan van Stijn2023-04-151-1/+1
* daemon: let libnetwork assign default bridge IPAMCory Snider2023-01-261-0/+41
* daemon: getPluginExecRoot(): pass configSebastiaan van Stijn2022-10-171-1/+1
* daemon: fix daemon.Shutdown, daemon.Cleanup not cleaning up overlay2 mountsSebastiaan van Stijn2022-05-291-2/+2
* Fix libnetwork importsBrian Goff2021-06-011-1/+1
* Update daemon_linux.go for preventing off-by-one정재영2020-11-171-1/+1
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-4/+4
* daemon: fix capitalization of some functionsSebastiaan van Stijn2020-04-141-1/+1
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-3/+4
* Remove skip evaluation of symlinks to data root on IoT CoreSebastiaan van Stijn2019-07-131-5/+0
* build: buildkit now also uses systemd's resolv.confTibor Vass2019-06-041-22/+2
* Fixes for resolv.confFlavio Crisciani2018-07-261-0/+34
* Merge pull request #36091 from kolyshkin/mountVincent Demeester2018-04-211-9/+7
|\
| * daemon.cleanupMounts(): use mount.SingleEntryFilterKir Kolyshkin2018-04-191-9/+7
| * pkg/mount: implement/use filter for mountinfo parsingKir Kolyshkin2018-04-191-1/+1
* | Extra check before unmounting on shutdownBrian Goff2018-04-181-1/+9
|/
* Ensure daemon root is unmounted on shutdownBrian Goff2018-02-151-2/+36
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Skip evaluation of symlinks to data root on IoT CoreDarren Stahl2017-06-131-0/+5
* Add Windows specific exec root for plugins.Anusha Ragunathan2017-02-021-0/+8
* Fix container mount cleanup issuesTonis Tiigi2016-03-301-64/+26
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-2/+60
* Clean up container rootf mounts on daemon start fixes #19679Lei Jitang2016-02-031-5/+5
* Force IPC mount to unmount on daemon shutdown/initBrian Goff2015-10-301-1/+2
* Do not try to cleanupMounts if daemon.repository is emptyChun Chen2015-09-291-0/+3
* Improvements to the original sharing implementation.David Calavera2015-09-231-6/+18
* Add support for sharing /dev/shm/ and /dev/mqueue between containersMrunal Patel2015-09-111-0/+44
* Revert "Add support for sharing /dev/shm/ and /dev/mqueue between containers"David Calavera2015-08-261-44/+0
* Add support for sharing /dev/shm/ and /dev/mqueue between containersMrunal Patel2015-08-191-0/+44