diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2014-01-30 13:13:54 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:09:51 -0600 |
commit | f1e2b846410cb6fc34da5f3ce4b85dc035810eb3 (patch) | |
tree | 8ba3233a0e734b21498d7f967e4e82afdf557c6a /system/docker/slack-desc | |
parent | 3059f8abc4dcd52c9b2c3f702505b51b83517ab5 (diff) | |
download | slackbuilds-f1e2b846410cb6fc34da5f3ce4b85dc035810eb3.tar.gz |
system/docker: Added (manager for applications in linux containers)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/docker/slack-desc')
-rw-r--r-- | system/docker/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/docker/slack-desc b/system/docker/slack-desc new file mode 100644 index 0000000000..d8d5ae65e6 --- /dev/null +++ b/system/docker/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------------------------------------------------------| +docker: docker (manager for applications in linux containers) +docker: +docker: Docker is an open-source project to easily create lightweight, +docker: portable, self-sufficient containers from any application. The same +docker: container that a developer builds and tests on a laptop can run at +docker: scale, in production, on VMs, bare metal, OpenStack clusters, public +docker: clouds and more. +docker: +docker: Homepage: https://docker.io/ +docker: +docker: |