appc/spec

isolators: add storage space limit

Open

#198 opened on Feb 12, 2015

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Go (143 forks)github user discovery
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?

Contributor guide