aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2015-07-07 01:45:19 +0800
committerkmoore <kmoore@FreeBSD.org>2015-07-07 01:45:19 +0800
commitf098f07861cfc068d4ea6cee944eefd0a5590f3f (patch)
tree972951ace2ddfe457ea25df8160577728e67588e /sysutils
parent354ea62377e31a228297f5d2c408b679d70135bf (diff)
downloadfreebsd-ports-gnome-f098f07861cfc068d4ea6cee944eefd0a5590f3f.tar.gz
freebsd-ports-gnome-f098f07861cfc068d4ea6cee944eefd0a5590f3f.tar.zst
freebsd-ports-gnome-f098f07861cfc068d4ea6cee944eefd0a5590f3f.zip
- Add a much more verbose pkg-descr
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/docker/pkg-descr11
1 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/docker/pkg-descr b/sysutils/docker/pkg-descr
index 18333dc4dcfe..039dbde1df12 100644
--- a/sysutils/docker/pkg-descr
+++ b/sysutils/docker/pkg-descr
@@ -1,3 +1,12 @@
-FreeBSD port of Docker
+Docker is an open source project to pack, ship and run any
+application as a lightweight container.
+
+Docker containers are both hardware-agnostic and platform-agnostic.
+This means they can run anywhere, from your laptop to the largest
+EC2 compute instance and everything in between - and they don't
+require you to use a particular language, framework or packaging
+system. That makes them great building blocks for deploying and
+scaling web apps, databases, and backend services without depending
+on a particular stack or provider.
WWW: https://github.com/kvasdopil/docker