Duplicate container and move to another Bluefin
Since you are on the same Bluefin version with the same Username, this process is very reliable. Because Distrobox is a "wrapper" around Podman, you will use Podman to move the "engine" and a simple file copy to move the "settings." ⚙️ Phase 1: Machine A (The Source) 1. Identify your container name bash distrobox list Use code with caution. (We'll assume the name is graphics-box for these steps.) 2. Stop the container and "Freeze" it into an image bash distrobox stop graphics-box podman commit graphics-box my-graphics-image Use code with caution. 3. Export the image to a file bash podman save my-graphics-image:latest | gzip > ~/Desktop/graphics-box.tar.gz Use code with caution. 4. Collect your App Settings (The "Secret Sauce") Distrobox shares your Home folder, so the settings are actually outside the container. Copy these folders to your USB/Network drive: ~/.config/xnviewmp/ (XnView settings & layout) ~/.config/darktable/ (...