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...
codingwithaglassofmilk.hashnode.dev4 min read