This is for creating an infrastructure on AWS used for building and deploying a web app.
===========
Build and run using Docker Compose:
$ git clone https://github.com/docker/dockercloud-hello-world
$ cd dockercloud-hello-world
$ docker-compose up
See the tutorial for a description of the AWS environment.
A build is kicked off upon a checkin to this repo.
$ docker login
$ docker-cloud stack up
Sample docker image to test docker deployments