Running out of inodes on a docker volume
I have the following docker-compos.yml file: web: build: . ports: - "4200:4200" - "35729:35729" volumes: - ..:/code - ../home:/home/dev which maps the 2 volumes above. When I login into my VM and run df -i i see Filesystem Inodes IUsed IFree IUse% Mounted on none 1218224 509534 708690 42% / tmpfs 256337 18 256319 1% /dev shm 256337 1 256336 1% /dev/shm tmpfs 256337 11 256326 1% /sys/fs/cgroup none 1000 0 1000 0% /code none 1000 0 1000 0% /home/dev /dev/sda1 1218224 509534 708690 42% /etc/resolv.conf /dev/sda1 1218224 509534 708690 42% /etc/hostname /dev/sda1 1218224 509534 708690 42% /etc