Un(Installing) Docker
Docker is one the most critical parts of my homelab, allowing services to run in their own containers, with access to the files and resources that they only need. As well as this, it also means that if one service goes down (as long as nothing else depends on it) it doesn’t bring down everything with it. Installing Docker Installing docker is pretty simple - they even provide a script to do so: ...