this post was submitted on 01 Feb 2025
11 points (86.7% liked)
Docker
1182 readers
2 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Usually in my experience docker puts its images in /var/lib/docker. If your /var is on its own partition, or overall your disk space isn't big enough you'll have a bad time.
If you have other partitions with spare room, you can move the subdir docker from /var/lib to the other partition/drive, then symlink /var/lib/docker to that.