Docker

Archive of blog posts with this tag

Dockerize Rails, the lean way

# Docker # Ruby on Rails Photo by Guilherme Stecanella on Unsplash
Building a Docker image for a given Rails application is easy – unless you want the Docker image as small as possible. Docker is awesome, but handling large files is annoying. Read how I have reduced the image size of a Rails application from 1.6GB to 329MB.

Read on