I'm on Ubuntu, changing default docker storage driver from aufs to devicemapper. I've some docker images and containers on aufs. i took backup of aufs storage files from /var/lib/docker .
how can i import aufs images and containers to devicemapper storage image and containers without loosing data respectively?
You can save images and export containers before changing the storage driver
Then you have to load images and import containers after having changed the storage driver
Be careful that, as for official documentation: