moby--moby/daemon/graphdriver/register
Kir Kolyshkin 84f1c054e6 devmapper gd: disable for static build
Static build with devmapper is impossible now since libudev is required
and no static version of libudev is available (as static libraries are
not supported by systemd which udev is part of).

This should not hurt anyone as "[t]he primary user of static builds
is the Editions, and docker in docker via the containers, and none
of those use device mapper".

Also, since the need for static libdevmapper is gone, there is no need
to self-compile libdevmapper -- let's use the one from Debian Stretch.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2017-09-17 22:04:31 -07:00
..
register_aufs.go Move graph driver registration out of the daemon package. 2015-12-28 13:02:24 -05:00
register_btrfs.go Move graph driver registration out of the daemon package. 2015-12-28 13:02:24 -05:00
register_devicemapper.go devmapper gd: disable for static build 2017-09-17 22:04:31 -07:00
register_overlay.go Add separate overlay2 driver 2016-06-08 00:16:01 -07:00
register_vfs.go Move graph driver registration out of the daemon package. 2015-12-28 13:02:24 -05:00
register_windows.go LCOW: Move daemon stores to per platform 2017-06-20 19:49:52 -07:00
register_zfs.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00