Published 11 days ago
Published 11 days ago
shiinayuki_2910
Updated a month ago
0
Can anyone help me with this problem. I can't download even though I have free disk space.
Naldela Teleyal
Updated a month ago
0
Does the same happen, when you start the installer as root? Try using it with a full root terminal: sudo su -
shiinayuki_2910
Updated a month ago
0
yeah! It still happens when i using it with a full root terminal
Marcin Big Data Linux
Updated a month ago
0
Show df -m
command result, maybe not enough free disk space, better make sure.
shiinayuki_2910
Updated a month ago
0
Naldela Teleyal
Updated a month ago
0
ohh, I had similar problems last days. You may need to prune old docker data with: docker system prune
Naldela Teleyal
Updated a month ago
0
See https://docs.docker.com/reference/cli/docker/system/prune/ for more information
shiinayuki_2910
Updated a month ago
0
hmmm even though I deleted some as instructed but when running it still can't download everything
Marcin Big Data Linux
Updated a month ago
0
Attach the disk to the virtual machine means add additional disk storage and mount as /var/lib/docker
folder. Before mount do rsync
(make copy) old data to new created disk then mount as /var/lib/docker
. In your case 1,6GB free space is not enough for docker to normal functioning.