New commits:
commit 450080e680ca5647ca13bfaea4550b7b949d936a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
dockerio: Add missing SHORT and description
diff --git a/utils/dockerio/DETAILS b/utils/dockerio/DETAILS
index d96cbc0..9d339cf 100755
--- a/utils/dockerio/DETAILS
+++ b/utils/dockerio/DETAILS
@@ -9,7 +9,15 @@ DOCKER_GITCOMMIT='7c8fca2' # Because Docker building is dumb
ENTERED='20150526'
LICENSE[0]='APACHE2'
KEYWORDS='utils emulation container'
- SHORT=''
+ SHORT='Lightweight container project'
DOCS='AUTHORS CONTRIBUTING.md CHANGELOG.md NOTICE README.md'
cat << EOF
+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.
EOF
[SM-Commit] GIT changes to master grimoire by Eric Sandall (450080e680ca5647ca13bfaea4550b7b949d936a),
Eric Sandall, 05/27/2015