Comment on Best approach for Docker resilience with two hosts
mertn@lemmy.world 1 year ago
I put my dockers on mirrored zfs pool and have enough spare parts in case of breakdowns.
Comment on Best approach for Docker resilience with two hosts
mertn@lemmy.world 1 year ago
I put my dockers on mirrored zfs pool and have enough spare parts in case of breakdowns.
Sim@lemmy.nz 1 year ago
So you have Docker itself on a single host (with parts) and all the containers in fault tolerant storage, and the most work you’d have to do in the event of host drive failure is to re-install the OS and Docker itself?
mertn@lemmy.world 1 year ago
I have the OS (with docker) mirrored too. So no reinstalling, just disk or other parts swapping in case of a failure. I hope. A mothboard swap is the worst downtime. I have done this and needed to fiddle with network settings due to changed net interface name to get the server up again.