← Graph

Docker

tool 14 connections

Container platform. Wrona's team used Docker on Render for extra dependencies, but eliminated Docker from their pipeline after migrating to SQLite + Hatchbox — with SQLite, bundle install is the only setup needed. He notes containers are great in general but introduce decisions and maintenance overhead that proved unnecessary once the database became embedded.

category
platform
Not used because at the time Docker wasn't production-ready/popular.
Helpling's move from Vagrant to Docker motivated the CLI
about
Docker tool
Recommends Dockerizing exotic dependencies and running self-hosted CI runners in Docker.
about
Docker tool
Achieved by adding a single Docker Compose line mounting the data directory in RAM.
Docker is used to build gems in isolation.
about
Docker tool
Kamal requires Docker locally and on servers; talk covers Dockerfile, named volumes, local registry.
about
Docker tool
Question about Docker image registry and delivery mechanics.
Opening anecdote about an rm -rf during Docker Desktop uninstall
about
Docker tool
Docker removed from the pipeline after the SQLite migration.
recommends
Docker tool
Recommends Dockerizing exotic dependencies even if the app itself isn't dockerized.
related_to
Docker tool
The isolation pattern is implemented with Docker.
company Helpling
uses
Docker tool
Migrated from Vagrant to Docker Compose
tool Kamal
uses
Docker tool
Kamal uses Docker locally and on target servers to build and run images.
uses
Docker tool
All benchmarks ran in Docker

Provenance

Read by
17 extractions