<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <longdescription> 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. </longdescription> <maintainer type="person"> <email>admwiggin@gmail.com</email> <name>Tianon</name> </maintainer> <maintainer type="person"> <email>xarthisius@gentoo.org</email> <name>Kacper Kowalik</name> </maintainer> <maintainer type="person"> <email>williamh@gentoo.org</email> <name>William Hubbs</name> </maintainer> <use> <flag name="aufs"> Enables dependencies for the "aufs" graph driver, including necessary kernel flags. </flag> <flag name="apparmor"> Enable AppArmor support. </flag> <flag name="btrfs"> Enables dependencies for the "btrfs" graph driver, including necessary kernel flags. </flag> <flag name="device-mapper"> Enables dependencies for the "devicemapper" graph driver, including necessary kernel flags. </flag> <flag name="experimental"> Enable features labelled by upstream to be of "experimental" quality and not yet ready for general consumption. </flag> <flag name="overlay"> Enables dependencies for the "overlay" graph driver, including necessary kernel flags. </flag> </use> <upstream> <remote-id type="github">docker/docker</remote-id> </upstream> </pkgmetadata>