Creating a new Rails app with docker
In this tutorial, we will learn how to create a new rails app using docker. To speak on a broader sense, we will not have rails installed in our host machine rather we run new rails app within a docker container, however, we don’t need to get into docker container everytime we run the app except for the first time or for debugging purposes. Let’s get into the tutorial to understand how we reach the mentioned goals.