Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 836 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 836 Bytes

Advanced Class: Introduction To Docker

In this repo, you can find the exercises that are part of the advanced class Introduction To Docker, taught in february 2017 by Codaisseur

How to set up

  1. Clone this repo and cd into it
  2. Run docker-compose up
  3. Run docker-compose run web rake db:create db:migrate db:seed

What I did

  1. I forked the todo_on_rails app provided by codaisseur
  2. I created a docker files based on the image ruby:2.4.1-alpine
  3. I created a docker compose file

Interesting Reads