Comment on Should I move to Docker?
avidamoeba@lemmy.ca 11 months ago
Why would you try avoiding it if you understand how it works? It has so many upsides and so few downsides. About the only practical one is using more disk space.
Comment on Should I move to Docker?
avidamoeba@lemmy.ca 11 months ago
Why would you try avoiding it if you understand how it works? It has so many upsides and so few downsides. About the only practical one is using more disk space.
GreatBlueHeron@lemmy.ca 11 months ago
Because it seems overkill for a home server. Up until recently all I ran was Samba and a torrent daemon. Why would I install another layer of overhead to manage two applications on one server?
avidamoeba@lemmy.ca 11 months ago
Because the overhead is almost none. Maybe it’s not worth using it for Samba and Transmission. But involve OpenVPN for Transmission in the mix and things get a lot more complicated if Samba has to keep serving LAN and Transmission has to stop if OpenVPN stops. If instead you grab this, the problem is solved by writing one 20-line docker-compose.yml and doing
docker-compose up -d
: