Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application. The same container that a developer builds and tests on a laptop can run at scale, in production, on VMs, bare metal, OpenStack clusters, public clouds and more. williamh@gentoo.org William Hubbs gyakovlev@gentoo.org Georgy Yakovlev Enables dependencies for the "aufs" graph driver, including necessary kernel flags. Enable AppArmor support. Enables dependencies for the "btrfs" graph driver, including necessary kernel flags. Makes the a staticly-linked init system tini available inside a container. Enables dependencies for the "devicemapper" graph driver, including necessary kernel flags. Enables dependencies for the "overlay" graph driver, including necessary kernel flags. docker/docker