A Docker Security Checklist for Production Hosts
A production-ready Docker checklist: hardened host, minimal pinned images, non-root read-only runtime, capability drops, limits, and clean network hygiene.
NetBay journal
Practical guides for Linux, containers, CI/CD, self-hosting, and running VPS infrastructure from Netbay Engineering.
499 articles · 24 topics
A production-ready Docker checklist: hardened host, minimal pinned images, non-root read-only runtime, capability drops, limits, and clean network hygiene.
Autoscale your workloads with a HorizontalPodAutoscaler, and understand the honest capacity limits on a single-node cluster.
Run a MariaDB minor upgrade as a rehearsal: dump, hold check, package update, mariadb-upgrade, and a rollback path you have already typed out.
Assemble a weekend metrics, logs, and alerts stack on one VPS with hard RAM and disk caps so the observers never crowd out the application you run.
Score ops agents against frozen fixtures for SQL safety, command allowlists, and citation honesty so a model change cannot silently break production habits.
Understand DHCP client behavior on Linux servers, why addresses change unexpectedly, and when static config is the safer choice.
Build a clean, working GitHub Actions workflow from scratch with a step-by-step YAML walkthrough you can copy.
Choose a cron script over an AI agent when the steps are known, the failure is binary, and a Linux VPS should not spend tokens to restart nginx.
Put models, embedding caches, git clones, and SQLite indexes on separate paths so a full cache cannot bury the OS on a single Lucknow VPS disk.
Harden every admin dashboard, panel, and control surface in your self-hosted stack so the tools that manage it cannot become its weak point.
Give each agent its own Unix user, env file, and scoped API keys so a leaked worker key cannot drain the billing account or rewrite git history.
Every DNF transaction is numbered and stored. Learn to read dnf history, undo one bad update, or roll the whole system back to a known-good state.