moby--moby/daemon/graphdriver
Sebastiaan van Stijn 4534a7afc3
daemon: use containerd/sys to detect UserNamespaces
The implementation in libcontainer/system is quite complicated,
and we only use it to detect if user-namespaces are enabled.

In addition, the implementation in containerd uses a sync.Once,
so that detection (and reading/parsing `/proc/self/uid_map`) is
only performed once.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-15 13:06:08 +02:00
..
aufs daemon: use containerd/sys to detect UserNamespaces 2020-06-15 13:06:08 +02:00
btrfs Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
copy daemon: use containerd/sys to detect UserNamespaces 2020-06-15 13:06:08 +02:00
devmapper Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
fuse-overlayfs daemon: use containerd/sys to detect UserNamespaces 2020-06-15 13:06:08 +02:00
graphtest bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
lcow Remove refs to jhowardmsft from .go code 2019-09-25 10:51:18 -07:00
overlay Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
overlay2 daemon: use containerd/sys to detect UserNamespaces 2020-06-15 13:06:08 +02:00
overlayutils new storage driver: fuse-overlayfs 2020-02-10 23:48:52 +09:00
quota daemon: use containerd/sys to detect UserNamespaces 2020-06-15 13:06:08 +02:00
register new storage driver: fuse-overlayfs 2020-02-10 23:48:52 +09:00
vfs structcheck: nolint for false positives 2019-09-18 12:57:44 +02:00
windows Use hcsshim osversion package for Windows versions 2019-10-22 02:53:00 +02:00
zfs Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
counter.go graphdriver: Fix RefCounter memory leak 2018-02-09 10:26:06 +08:00
driver.go daemon/graphdriver: normalize comment formatting 2019-11-27 15:43:23 +01:00
driver_freebsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver_linux.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
driver_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
driver_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fsdiff.go Add layer id to NaiveDiffDriver untar timing log 2018-10-05 16:28:40 -07:00
plugin.go goimports: fix imports 2019-09-18 12:56:54 +02:00
proxy.go Move plugin client creation to the extension point 2018-05-25 15:18:53 -04:00