Dockerizing a Rails Application

Today we’re going to learn how to dockerize a rails application. What is Docker ? Docker helps in packaging our application and its dependencies together. Docker does that by creating containers. Ok and what’s Container ? A container is an executable which holds: our code, runtime dependencies, system libraries and settings. This allows us to run our container on any platform without worrying about setting it up from scratch everytime....

May 21, 2022 · 4 min · Ashish Gaur