Hacker News new | ask | show | jobs
by notgoodrobot 1427 days ago
I'm learning docker to run a bunch of services on an old computer. I want to try out Navidrome for serving music and a photo gallery to use instead of Google photos.
1 comments

> I'm learning docker to run a bunch of services on an old computer.

Super cool! This is my go-to setup for all my at-home stuff. I was previously running Kubernetes for my home lab and had a bunch of fancy stuff for it setup (I'm a platform security engineer in an AWS environment) -- but I went back to managing Docker containers for each application I care about as it is so dang simple.

Good luck on your Docker/container journey. Totally useful in any situation in my opinion.