jonschipp / ISLET

Isolated, Scalable, & Lightweight Environment for Training
Other
111 stars 18 forks source link

Figure out best Docker storage backend for purpose (look further into devicemapper bug) #6

Closed jonschipp closed 10 years ago

jonschipp commented 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

jonschipp commented 10 years ago

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.