I keep running out of disk space and need to keep deleting images. I attempted to mount a persistent volume that was larger, but it appears the /data/docker directory where docker is writing images to is already a mount of some kind with a small fixed size.
Does Fly mount a persistent volume already for /data/docker? Is there anyway to override it and set a larger size?
Thanks, that helped. I realized I was configuring the /data/docker directory myself too, I’d just forgotten about that. And mounting at /data works a charm.
Another question: I had planned to have two mounts, but looks like only one persistent volume is supported now. Is that right?