neko-rooms
neko-rooms copied to clipboard
Limit storage size
I'd likew to limit the storage size for each container. https://docs.docker.com/engine/reference/commandline/run/#set-storage-driver-options-per-container
So this is only the size of containers rootfs and no volumes, right?
Such a good question... not using volumes yet. I have to enable them to keep status between room restarts but then max disk size restriction must apply.
Maybe for created volumes it would be possible: https://stackoverflow.com/questions/40494536/how-to-specify-the-size-of-a-shared-docker-volume
But for mounting existing folder from disk, might not work this way.