Docker
Installing Docker to a Debian/Ubuntu machine is quick and easy.
Quick Install NOTE: Safe to delete the shell file after install.
curl -fsSL https://get.docker.com -o get-docker.sh
chmod +x ./get-docker.sh
./get-docker.sh Cleanup Docker System NOTE: For when the Overlay2 folder fills your entire filesystem.
docker system prune -a