I notice that when using setup_remote_docker the storage driver used is aufs. I’m wondering if there is a way to change the storage driver to overlay2. Given that aufs is no longer recommended by Docker, what are the plans to move away from it?
The above works, but because the service definition at /etc/systemd/system/docker.service.d/10-machine.conf includes --storage-driver aufs I saw that an error was being thrown on start up. So one way or another you need to remove/change the storage-driver flag from the service definition.