           SPELL=dockerio
          SPELLX=${SPELL/io/}
         VERSION=1.8.3
  SECURITY_PATCH=1
DOCKER_GITCOMMIT='f4bf5c7' # Because Docker building is dumb
          SOURCE="${SPELLX}-${VERSION}.tar.gz"
   SOURCE_URL[0]="http://github.com/${SPELLX}/${SPELLX}/archive/v${VERSION}.tar.gz"
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE='https://github.com/docker/docker'
         ENTERED='20150526'
      LICENSE[0]='APACHE2'
        KEYWORDS='utils emulation container'
           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
