cloudfoundry-community / cf-containers-broker

A generic "Containers" broker for the Cloud Foundry v2 services API
Apache License 2.0
38 stars 31 forks source link

disk quota for docker container #71

Open marcus-sds opened 6 years ago

marcus-sds commented 6 years ago

Can we set the disk volume limitation for each one created bu container broker?

664e4b3813# docker run -it ubuntu /bin/bash root@75534586daa1:/# df -h Filesystem Size Used Avail Use% Mounted on none 63G 8.4G 52G 15% / tmpfs 1000M 0 1000M 0% /dev tmpfs 1000M 0 1000M 0% /sys/fs/cgroup /dev/xvdf1 63G 8.4G 52G 15% /etc/hosts shm 64M 0 64M 0% /dev/shm tmpfs 1000M 0 1000M 0% /sys/firmware

664e4b3813# docker run -it --storage-opt size=1G ubuntu /bin/bash /var/vcap/packages/docker/bin/docker: Error response from daemon: --storage-opt is not supported for aufs.

marcus-sds commented 6 years ago

After changing to overlay2, I can run container with disk quota. Can I launch container storage option with container broker api?