7
Moving docker image data between VMs
(lemmy.ml)
Assuming truenas does NFS, I would mount the old docker data into the new docker VM. Stop all running containers and copy the data, copy so that you have a backup should you need to revert.
Make sure all containers are in compose files, up date them for new data location.
NFS+rsync
Whatever you do, make sure you have working backups first.
I imagine you could copy the docker volumes over, but that's more work than of they're "mounts", in which case you can just copy the corresponding on the host. Use scp or rclone or whatever to copy the files over
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.