We've seen that Docker file mounting can be a bit of a leaky abstraction with regards to file ownership. In this video, we'll apply a pragmatic solution to this problem.
Tag: files

Episode #667
Leaky Devcontainer Filesystem Abstractions
Mapping host files into a container is a source of a lot of "WTF" moments. Let's take a closer look at where some of these surprises come from.

Episode #649
Input Record Separator
Ruby has a lot of tools for processing input line-by-line. But when you look a little closer, it turns out that these methods are for more than just lines of …

Episode #638
Ruby as a Filter
Learn how Ruby's -p flag along with a bunch of handy shortcuts can take a script's worth of text filtering and shrink it to a one-liner!

Episode #485: Subprocesses Part 10: Open Pipe
Ruby's open() call has more tricks up its sleeves than you know!

Episode #470: Binary Mode
Understand once and for all how, when, and why to open files in binary mode.