I am looking for a way to migrate docker containers
From : a Windows 7 system with Docker Toolbox (= using Virtualbox)
To : a Windows 10 system with Docker for Windows (= using Hyper V)
Some of my containers have DBs with data, and obviously I'd like to keep all the data.
I know that on my Win7 there is a C:\Users\xxx\.docker\machine\machines\default\disk.vmdk
file, but I don't think I can use this file on Win10 because HyperV uses vhdx
files.
Even if I could convert the vmdk to a vhdx, is it enough to migrate all my containers and keep linked volumes etc. ?