How to deploy Heroku style Ruby application with Docker
Developing and deploying applications to Heroku was revolutionary when it was introduced. Developer could just focus on developing a killer app instead of configuring servers and build scripts.
Using Docker and Kontena makes it possible to create a similar development workflow and allows to deploy Ruby applications easily to any cloud.
Post a comment