You were dumb enough to give 15 GB space to / partition and /var gets full when firing more than one docker container.
Luckily you'd partitioned your disks using LVM, and have left 100 GB of free space just in case they were needed.
- Open LUKS encrypted disk to view partitions
- Resize filesystem of mounted root (
/) partition - Extend logical volume of root (
/) partition - Close LUKS encrypted disk
TBD