moby--moby/daemon/graphdriver/overlay
Serge Hallyn 617c352e92 Don't create devices if in a user namespace
If we are running in a user namespace, don't try to mknod as
it won't be allowed.  libcontainer will bind-mount the host's
devices over files in the container anyway, so it's not needed.

The chrootarchive package does a chroot (without mounting /proc) before
its work, so we cannot check /proc/self/uid_map when we need to.  So
compute it in advance and pass it along with the tar options.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
2016-08-12 16:26:58 -04:00
..
copy.go Don't create devices if in a user namespace 2016-08-12 16:26:58 -04:00
overlay.go Add more overlay tests and benchmarks 2016-06-08 00:16:01 -07:00
overlay_test.go Remove failing overlay test 2016-06-13 22:34:57 -07:00
overlay_unsupported.go Windows: Don't build Linux graph drivers 2015-06-08 15:09:33 -07:00