docker:write ... no space left on device

niuk

New Member
Feb 20, 2017
27
0
1
61
I am using docker , directly on Debian host. Just run out of space

docker: write /var/lib/docker/tmp/GetImageBlob955378987: no space left on device.

What can eat my root , it is pretty fresh install

root@pve:~/docker# df -kh
Filesystem Size Used Avail Use% Mounted on
udev 10M 0 10M 0% /dev
tmpfs 3.2G 73M 3.1G 3% /run

/dev/dm-0 29G 29G 0 100% /
tmpfs 7.8G 37M 7.8G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda2 253M 292K 252M 1% /boot/efi
/dev/fuse 30M 16K 30M 1% /etc/pve
/dev/sdb1 932G 282G 650G 31% /mnt/usb
 
You going to have to allocate more space to root which is difficult.
I would instead install docker on a VM or use LXC instead.
 
  • Like
Reactions: niuk