Hi, i’m using Docker Beta on my Mac, right now. But i have still problem with total containers disk space. It is any way how to increase disk size for all my containers? Currently i have only 18GB total size, but lot of free space on my machine storage. I already tried to allocate more virtual space to Docker.qcow2 file.
root@2d0f7ac08cae:/3mw# df -h Filesystem Size Used Avail Use% Mounted on none 18G 18G 0 100% / tmpfs 2.0G 0 2.0G 0% /dev tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup osxfs 112G 93G 19G 84% /3mw /dev/vda1 18G 18G 0 100% /etc/hosts shm 64M 0 64M 0% /dev/shm
Docker version:
docker-machine version 0.8.0-rc1, build fffa6c9
docker-compose version 1.8.0-rc1, build 9bf6bc6
Client:
Version: 1.12.0-rc2
API version: 1.24
Go version: go1.6.2
Git commit: 906eacd
Built: Fri Jun 17 20:35:33 2016
OS/Arch: darwin/amd64
Experimental: true
Server:
Version: 1.12.0-rc2
API version: 1.24
Go version: go1.6.2
Git commit: a7119de
Built: Fri Jun 17 22:09:20 2016
OS/Arch: linux/amd64
Experimental: true
So, its possible to increase partition for my containers, please? Thanks.