Making a Docker container depend on a disk being properly mounted Quick and easy way to a Docker container depend on an external disk being connected and mounted.
Setting up KVM virtual machines using a bridge network on an Ubuntu host I recently wanted to set up a VM on my home Ubuntu 22.04 LTS server, with the following goals: 1. the VM uses KVM virtualization, for performance 2. the guest VM is assigned an IP via DHCP by my home network router 3. the guest VM is accessible by …
How to move Docker's data directory from /var/lib I recently had to move Docker's data directory on my home NAS (from the root filesystem to the storage array). I found some incomplete and inconsistent information on the Web about how to do this, so for future reference here's the process I used to do …