Adding a Mount for Docker Images [draft]
My docker-compose experiments filled up the 50G SSD partition pretty quick. I still had 500 GB of my 1TB drive unallocated, so I figured out how to make a mount, then symlinked the docker dir there. Format the partition (Linux Mint UI) Menu > Disks > 1.0 TB Hard Disk > Unallocated > + > Ext4 Investigate the file system 1 df -h I saw a new /dev/db3 device...