Install
Docker Containers
Compose stacks, volumes, networking, and container lifecycle for self‑hosted apps.
- 10 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Docker Containers
Backups and other lies
8+ min ago (177+ words) Every sysadmin I know has the same secret: we do not actually back up half the things we tell other people to back up. I have been doing this for a decade. My recovery codes live in a directory called…...
Why my builds don't run on my laptop
53+ min ago (531+ words) My React Native app has never been compiled on my own machine. Not once. That started as a limitation and turned into the thing that keeps my releases boring. During development I don't build at all. The JavaScript layer runs…...
Flet 1.0 Released: Build Production Web, Desktop and Mobile Apps in Python Only
1+ hour, 23+ min ago (534+ words) Flet is an open source Python framework that renders its UI with Flutter. You write Python, and Flet draws Material and Cupertino widgets on iOS, Android, Windows, macOS, Linux and the browser. No Dart, Swift, Kotlin or JavaScript required. Last…...
Port 6443 in the Wild: Measuring Public Kubernetes API Endpoint Exposure
1+ hour, 31+ min ago (526+ words) This article answers that question with a ZoomEye measurement and then separates what the number proves from what it does not. The measured result is an exposure count, not a vulnerability count. A host that answers on TCP port 6443 has…...
Clean a million rows with Hydra ETL — no database, no Docker
2+ hour, 3+ min ago (296+ words) A copy-paste tutorial: generate a 1M-row CSV, describe the pipeline in four small YAML files, validate it before running, then compare the Python and Rust engines. Tagged with dataengineering, python, rust, tutorial....
[Lab Notes] Kubernetes the Hard Way, For Real This Time (Step 07)
2+ hour, 58+ min ago (107+ words) Continuing my Kubernetes the Hard Way homelab build. Steps 01-06 are already done, this covers step 07. This step sets up the etcd cluster. From what I understand, etcd is basically Kubernetes' database, it's where the "state" of the whole cluster gets…...
Docker volumes vs. bind mounts: where your data really lives
4+ hour, 18+ min ago (762+ words) A container is ephemeral: delete it, and its data is gone. For your database, your Nextcloud files or your configuration to survive a docker compose down, you need volumes. This guide clears up the often confusing difference between named volumes…...
Keeping your whole Docker stack safely up to date
4+ hour, 19+ min ago (1010+ words) A self-hosted stack is never "done". Container images get security updates, apps get new features –... Tagged with docker, selfhosted, devops....
Docker Sandboxes Changed the Trust Boundary for AI Coding Agents
5+ hour, 29+ min ago (605+ words) A coding agent that can only suggest a patch is one kind of risk. An agent with a shell, package manager, Docker daemon, credentials, and network access is another. The useful security question is not “Is the agent inside a…...
DockFlare: Docker labels, Cloudflare Tunnels, and a little less dashboard clicking
6+ hour, 36+ min ago (792+ words) I wanted to share a project I started in 2025 to solve something that kept getting on my nerves in my own homelab. Every time I deployed another container, I found myself back in the Cloudflare dashboard. Add a hostname, point…...