In this repo, you can find the exercises that are part of the advanced class Introduction To Docker, taught in february 2017 by Codaisseur
- Clone this repo and cd into it
- Run
docker-compose up
- Run docker-compose run web rake db:create db:migrate db:seed
- I forked the
todo_on_rails
app provided by codaisseur - I created a docker files based on the image
ruby:2.4.1-alpine
- I created a docker compose file