Sharing SQLite Databases Across Containers Is Surprisingly Brilliant
- Rick Branson tl;dr: Backed into a corner, Rick came up with a creative solution of writing data to a local file read by dozens of containers using SQLite. Having seen success with this implementation, he believe there is room to innovate here. Bypass the paywall here by clicking the link in this tweet.featured in #168
How Containers Work: Overlayfs
- Julia Evans tl;dr: Julia explains how containers work with overlays, which let you mount a filesystem using 2 directories - a lower, read only one & an upper, read and write one.featured in #162
featured in #157
Google's System's Guru Explains Why Containers are the Future of Computing
- Derek Harrisfeatured in #33.1