How to Containerize a Ruby on Rails 6 App
Intro Ruby on Rails should give you super powers. However its not the easiest to deploy in the traditional way (deploying on a Linux virtual machine). Docker to the Rescue…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Intro Ruby on Rails should give you super powers. However its not the easiest to deploy in the traditional way (deploying on a Linux virtual machine). Docker to the Rescue…