- Install the docker toolbox.
- Clone this repository:
git clone git@github.com:fmd/lrug-talk. - Run
eval $(docker-machine env default)to bootstrap your Docker environment. - Run
echo $DOCKER_HOSTand copy the IP to your/etc/hostsfile. My entry looks like this:
192.168.99.100 docker
cdinto the cloned directory (cd lrug-talk) anddocker-compose build.- Create our database:
docker-compose run --rm web rake db:create - Run the app!
docker-compose upand visitdocker:3000in the browser.