Comment on Does it ever make sense/is it possible to move certain docker volumes to another physical volume, but not all?

<- View Parent
suicidaleggroll@lemm.ee ⁨1⁩ ⁨week⁩ ago

Same, I don’t let Docker manage volumes for anything. If I need it to be persistent I bind mount it to a subdirectory of the container itself. It makes backups so much easier as well since you can just stop all containers, backup everything in ~/docker or wherever you put all of your compose files and volumes, and then restart them all.

source
Sort:hotnewtop