diff options
author | Asaf Ohayon <asaf@sysbind.co.il> | 2016-09-08 19:23:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-08 19:25:02 +0700 |
commit | 112b58229e4741ef0c272ce4fe79145fbf6bae98 (patch) | |
tree | 305c1b3d2aab61d1a378e62e62b48341a0b0bb0f /system/runc/slack-desc | |
parent | 7d7d6ff0ddf58f1db617b4a643a3571c8fefa55b (diff) |
system/runc: Added (lightweight portable containers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/runc/slack-desc')
-rw-r--r-- | system/runc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/runc/slack-desc b/system/runc/slack-desc new file mode 100644 index 0000000000000..10cceebfb55a6 --- /dev/null +++ b/system/runc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +runc: runc (lightweight portable containers) +runc: +runc: runc is a CLI tool for spawning and running containers according to +runc: the OCP specification. runc is an open-source project to easily +runc: create lightweight, portable, self-sufficient containers from any +runc: application. The same container that a developer builds and tests on +runc: a laptop can run at scale, in production, on VMs, bare metal, +runc: OpenStack clusters, public clouds and more. +runc: +runc: Homepage: https://runc.io/ +runc: |