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