diff options
author | Zac Medico <zmedico@gentoo.org> | 2016-07-30 11:51:03 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2016-07-30 11:51:03 -0700 |
commit | 5542ebba3fb1b0781a779d5d2db4d7703b276e1a (patch) | |
tree | b6f8eb16a61e693c129070e297f6d6a5b2373997 /app-emulation/rkt | |
parent | app-emulation/rkt: reduce DESCRIPTION lenght (diff) | |
download | gentoo-5542ebba3fb1b0781a779d5d2db4d7703b276e1a.tar.gz gentoo-5542ebba3fb1b0781a779d5d2db4d7703b276e1a.tar.bz2 gentoo-5542ebba3fb1b0781a779d5d2db4d7703b276e1a.zip |
app-emulation/rkt: update longdescription
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/rkt')
-rw-r--r-- | app-emulation/rkt/metadata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/rkt/metadata.xml b/app-emulation/rkt/metadata.xml index 7b1939a8dd31..73fd769dee88 100644 --- a/app-emulation/rkt/metadata.xml +++ b/app-emulation/rkt/metadata.xml @@ -6,10 +6,13 @@ <name>Zac Medico</name> </maintainer> <longdescription lang="en"> - rkt is a new container runtime, designed for composability, security, - and speed. Today we are releasing a prototype version on GitHub to begin - gathering feedback from our community and explain why we are building - rkt. + rkt is the next-generation container manager for Linux clusters. + Designed for security, simplicity, and composability within modern + cluster architectures, rkt discovers, verifies, fetches, and executes + application containers with pluggable isolation. rkt can run the same + container with varying degrees of protection, from lightweight, + OS-level namespace and capabilities isolation to heavier, VM-level + hardware virtualization. </longdescription> <use> <flag name="actool">Install the actool for ACI manipulation</flag> |