koderunr
koderunr copied to clipboard
limit the disk usage per container
You could do this by running the container with a read-only filesystem, and mounting a small writeable volume for mutable data, that would be thrown away when the container is killed.