koderunr icon indicating copy to clipboard operation
koderunr copied to clipboard

limit the disk usage per container

Open jingkaihe opened this issue 8 years ago • 1 comments

jingkaihe avatar Apr 27 '16 21:04 jingkaihe

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.

grkvlt avatar Jul 30 '16 12:07 grkvlt