Containers are meant to provide component isolation in a modern software stack. Put your database in one container, your web application in another, and they can all be scaled, managed, restarted, and ...
Aliases are another great choice, both inside and outside a container. You can map Docker aliases on your host or map service ...
When you’re running a home server or VPS, Docker is pretty great because you can add services without messing (too much) with the underlying system configuration. As we saw with Nextcloud though, even ...