Skip to content

All posts — Page 53

Operating systems, infrastructure, emulation, and technical history.

SRE & DevOpsDeep Dive 6 min read

Building Minimal, Secure Container Images

How multi-stage builds, distroless bases, secret-safe caching, non-root execution, and layer inspection produce smaller, auditable runtime images.

#containers#docker#security
Read more
SRE & DevOpsNews 3 min read

dotCloud Renames Itself Docker, Inc.

On October 29, 2013, dotCloud announced it was scaling back its original PaaS business and renaming the company entirely around its container tooling.

#news#docker#containers
Read more
FreeDOSDeep Dive 7 min read

Writing Batch Files on FreeDOS

A FreeCOM-specific guide to portable DOS batch files using arguments, SHIFT, IF, ERRORLEVEL, FOR, GOTO, CALL, redirection, and defensive expansion.

#batch-files#scripting#freedos
Read more