summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/podman/metadata.xml')
-rw-r--r--app-containers/podman/metadata.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/app-containers/podman/metadata.xml b/app-containers/podman/metadata.xml
new file mode 100644
index 000000000000..59ab2d3ffda0
--- /dev/null
+++ b/app-containers/podman/metadata.xml
@@ -0,0 +1,51 @@
+<?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="cgroup-hybrid">
+ Use legacy (hybrid) cgroups instead of modern (unified) cgroups
+ </flag>
+ <flag name="fuse">
+ Enables fuse dependencies (fuse-overlayfs is especially useful
+ for rootless mode).
+ </flag>
+ <flag name="init">
+ Enables catatonit dependency required for podman run --init.
+ </flag>
+ <flag name="rootless">
+ Enables dependencies for running in rootless mode.
+ </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>