User:DavesCodeMusings

From Alpine Linux
Revision as of 22:58, 2 February 2025 by DavesCodeMusings (talk | contribs) (Created page with "I've been using Alpine for a few years as a lightweight OS on barebones NUC mini-PCs. My current approach is to run basic services like: email, DNS, LDAP, and system monitoring at the OS level. Everything else runs in Docker containers. Whenever I figure out how to do something that takes more than a few commands, I tend to write it down. And since I'm writing it down, I might as well share.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I've been using Alpine for a few years as a lightweight OS on barebones NUC mini-PCs. My current approach is to run basic services like: email, DNS, LDAP, and system monitoring at the OS level. Everything else runs in Docker containers. Whenever I figure out how to do something that takes more than a few commands, I tend to write it down. And since I'm writing it down, I might as well share.