isabella232 / docker-webapp-essential

DEPRECATED - A Docker image supporting many common webapp frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aptible/webapp-essential

Docker Repository on Quay.io

A Docker image supporting many common webapp frameworks. Currently, the latest versions of Ruby, Node.js and Python are included.

Installation and Usage

docker pull quay.io/aptible/webapp-essential
docker run quay.io/aptible/webapp-essential

Included languages/tools

  • Ruby 2.1.5 (including Bundler)
  • Node.js v0.10.33 (including NPM)
  • Python 3.2.3
  • Git
  • Debian build-essential (includes gcc, g++)

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Deployment

To push the Docker image to Quay, run the following command:

make release

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2014 Aptible and contributors.

@fancyremarker

About

DEPRECATED - A Docker image supporting many common webapp frameworks

License:MIT License


Languages

Language:Makefile 51.2%Language:Shell 48.8%