blob: 897bde567784f7e172735f5b1429ac6ed08f3318 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zmedico@gentoo.org</email>
<name>Zac Medico</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>me@rahil.rocks</email>
<name>Rahil Bhimjiani</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
Podman (the POD MANager) is a tool for managing containers
and images, volumes mounted into those containers, and pods
made from groups of containers. Podman is based on libpod,
a library for container lifecycle management that is also
contained in this repository. The libpod library provides
APIs for managing containers, pods, container images,
and volumes.
</longdescription>
<use>
<flag name="btrfs">
Enables btrfs support (graph driver) in Podman
</flag>
<flag name="wrapper">
Install wrapper which lets use podman for command `docker`
</flag>
</use>
<upstream>
<remote-id type="github">containers/podman</remote-id>
<bugs-to>https://github.com/containers/podman/issues</bugs-to>
<doc>https://podman.io/docs</doc>
</upstream>
</pkgmetadata>
|