RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Rails development with Docker

I successfully configured my environment to have my Rails project run in docker container while keeping my workflow identical. This means my project’s dependency are contained in a docker image instead of being installed on my machine (OS X).

http://pothibo.com/2015/6/now-i-understand-a-little-bit-how-docker-works

Comments

Interesting read. I will work through it and see if it works for me.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in