diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2016-04-17 11:35:21 -0500 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2016-04-17 11:35:21 -0500 |
commit | bf4e69347e7fce0c7a35fe4789e6c097c69d65f8 (patch) | |
tree | 3cb24124cfdab38020fb0b2f4a8ec889a0afa0ec /app-emulation/containerd/metadata.xml | |
parent | dev-util/ccache: version bump to 3.2.5 (diff) | |
download | gentoo-bf4e69347e7fce0c7a35fe4789e6c097c69d65f8.tar.gz gentoo-bf4e69347e7fce0c7a35fe4789e6c097c69d65f8.tar.bz2 gentoo-bf4e69347e7fce0c7a35fe4789e6c097c69d65f8.zip |
app-emulation/containerd: initial import
Ebuild based on Tianon's work
https://github.com/tianon/docker-overlay/tree/master/app-emulation/containerd
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation/containerd/metadata.xml')
-rw-r--r-- | app-emulation/containerd/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emulation/containerd/metadata.xml b/app-emulation/containerd/metadata.xml new file mode 100644 index 000000000000..95132700bf73 --- /dev/null +++ b/app-emulation/containerd/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <longdescription> + Containerd is a daemon with an API and a command line client, to manage + containers on one machine. It uses runC to run containers according to + the OCI specification. Containerd has advanced features such as seccomp + and user namespace support as well as checkpoint and restore for cloning + and live migration of containers. + </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> + <upstream> + <remote-id type="github">docker/containerd</remote-id> + </upstream> +</pkgmetadata> |