summaryrefslogtreecommitdiff
blob: 1ec7d353074ca45e50d5899c127bf33538f6c1bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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>williamh@gentoo.org</email>
		<name>William Hubbs</name>
	</maintainer>
	<maintainer type="person">
		<email>gyakovlev@gentoo.org</email>
		<name>Georgy Yakovlev</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="cli">
				This is a temporary use flag which pulls in
				app-emulation/docker-cli, the docker command line client.
				This flag is here to assist in the transition to split packages
				and will be removed in a future release.
		</flag>
		<flag name="container-init">
			Makes the a staticly-linked init system tini available inside a
			container.
		</flag>
		<flag name="device-mapper">
			Enables dependencies for the "devicemapper" graph driver, including
			necessary kernel flags.
		</flag>
		<flag name="overlay">
			Enables dependencies for the "overlay" graph driver, including
			necessary kernel flags.
		</flag>
	</use>
	<upstream>
		<remote-id type="github">moby/moby</remote-id>
	</upstream>
</pkgmetadata>