Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 882 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 882 Bytes

This is for creating an infrastructure on AWS used for building and deploying a web app.

===========

Running locally

Build and run using Docker Compose:

$ git clone https://github.com/docker/dockercloud-hello-world
$ cd dockercloud-hello-world
$ docker-compose up

Deploying to AWS

See the tutorial for a description of the AWS environment.

A build is kicked off upon a checkin to this repo.

Deploying to Docker Cloud

Install the Docker Cloud CLI

$ docker login
$ docker-cloud stack up

Deploy to Docker Cloud

Sample docker image to test docker deployments