Caching, Parallelism Docker multi-stage builds

There’s so much information about how multi-stage builds in Docker give smaller builds. IMO, the most underrated aspect to it are the benefits of caching and parallelism. Read more

Similar

Parsing the Docker Logs API Binary Format

I recently wrote on a log collector that used Docker’s Container Logs API to subscribe output streams of containers. Most people don’t go this way, because they use well known logging drivers so it’s hard to find any programs consuming this API.

Read more »