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
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
windows
zfs Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
counter.go
driver.go
driver_freebsd.go
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
driver_windows.go
errors.go
fsdiff.go
plugin.go
proxy.go