Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (450080e680ca5647ca13bfaea4550b7b949d936a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (450080e680ca5647ca13bfaea4550b7b949d936a)
  • Date: Wed, 27 May 2015 17:12:44 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/dockerio/DETAILS | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page