summaryrefslogtreecommitdiff
path: root/daemon/graphdriver/fuse-overlayfs
Commit message (Expand)AuthorAgeFilesLines
* [chore] clean up reexec.Init() callsCory Snider2023-05-091-3/+0
* pkg/containerfs: drop ContainerFS type aliasCory Snider2022-09-231-1/+1
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-3/+3
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-231-5/+5
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-32/+14
* pkg/system: move EnsureRemoveAll() to pkg/containerfsSebastiaan van Stijn2022-03-031-2/+1
* daemon/graphdriver/fuse-overlayfs: Init(): fix directory permissions (staticc...Sebastiaan van Stijn2022-01-281-1/+1
* Lock down docker root dir perms.Brian Goff2021-10-051-5/+19
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-10/+9
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-243-0/+3
* replace uses of deprecated containerd/sys.RunningInUserNS()Sebastiaan van Stijn2021-06-181-2/+2
* Use real root with 0701 permsBrian Goff2021-02-021-9/+5
* fuse-overlayfs: fix godocAkihiro Suda2020-12-161-5/+2
* replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-101-1/+1
* daemon: use containerd/sys to detect UserNamespacesSebastiaan van Stijn2020-06-151-2/+2
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
* new storage driver: fuse-overlayfsAkihiro Suda2020-02-103-0/+625