Skip to content

MimiMagusin/AC_IntroToDocker

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.5%
  • HTML 16.2%
  • JavaScript 10.6%
  • CSS 8.7%