Closed jonschipp closed 10 years ago
Devicemapper can limit container sizes which is what we need but there's a bug that prevents its use :( https://github.com/docker/docker/issues/4036
Devicemapper seems to be the only back end with support for limiting the size of containers and images at the moment. Using docker -d -s devicemapper after removing /var/lib/docker seems to work now.
Devicemapper can limit container sizes which is what we need but there's a bug that prevents its use :( https://github.com/docker/docker/issues/4036