Skip to content

Instantly share code, notes, and snippets.

@gesellix
Created March 22, 2016 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gesellix/83cdac8430c30fe3bc47 to your computer and use it in GitHub Desktop.
Save gesellix/83cdac8430c30fe3bc47 to your computer and use it in GitHub Desktop.
Docker Birthday #3

Install the Docker Toolbox and Docker Compose:

Prefetch necessary images (execute in the Docker Terminal):

docker pull hello-world
docker pull alpine
docker pull seqvence/static-site
docker pull mhart/alpine-node
docker pull python:2.7-alpine
docker pull manomarks/worker
docker pull redis:alpine
docker pull postgres:9.4

Create a Docker Hub account, which is necessary when you want to participate in the birthday challenge

Clone the Birthday App repository (you'll need to have git installed): git clone https://github.com/docker/docker-birthday-3.git

Modify the example-voting-app/result-app/views/config.json file with your own details and change the location to Berlin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment