shlogg · Early preview
Sinaptia @sinaptia_dev

Dockerizing Ruby On Rails And React Apps: Benefits And Motivation

Dockerizing your dev setup can save you time & headaches. With Docker, your project's dependencies are isolated, making it easy for new devs to join & reducing conflicts with local env changes.

``In this series, we will explore the motivation and benefits of using docker in development. We are going to give everyday tips that helped us move forward using it, focused on Ruby on Rails and React development.
This series will not explain Docker’s core concepts. If you don’t know them already, I strongly suggest you read Docker’s official documentation and then come back.
Motivation
This is a personal (and team!) experience. You might find yourself in similar situations, and this might help you move forward and take the first steps.
Until a couple of months ago, my standard setup for deve...