How do I change the Docker Root (/var/lib/docker) to use the /mnt folder ? I am running out of diskspace on my nodes .. the image size is 10gb (microsoft/vsts-agent).
I am using D16s_v3 : 16cores, 64gb memory, 32gb data disk (/dev/sda1), 128GB temporary storage (/dev/sdb1), with premium disk support.
/dev/sdb1 is mounted to /mnt
looks like I have to change the "data-root" variable in /etc/docker/daemon.json. But how to update this when creating/updating a AKS cluster ?