help wantedspec/isolators
Repository metrics
- Stars
- (1,253 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
It would be great if a container could be limited in how much storage space it could use in its rootfs. Something like
"name": "storage-space",
"limit": "500MB"
Open Questions
- How would this be implemented in Linux?
- What would the effect be of going over limit? Killing the app?