Demonstration repository for use when learning how to set up docker containers for workshops.
Browse to http://www.github.com/synedra/docker-demo.git
On github, Fork this repository to your own username
Copy the URL for your repository
% git init
% git remote add origin <YOUR REPOSITORY URL>
% git remote -v
% git push origin master
In a browser, browse to http://hub.docker.com Sign in with Github "Add Repository" - Automated Build Select the repository that you just created The build will start - it will show up as "pending", it could finish in a few minutes or several hours
To set the system up on Windows or Macintosh using Docker:
- install boot2docker
- boot2docker init
- boot2docker start
- boot2docker init // Set environment variables as directed
- docker run -i -t -p 80:3000 /docker-demo /bin/bash
Browse to
There, you've created your own docker container. All you need is the Dockerfile to tell the system how to build, and any changes you make to the git respository will kick off a new build in docker.
Apache 2.0
Copyright Kirsten Hunter synedra@gmail.com