How do i change the download image path

Hi,

My drive “C:” is not enough to save the image during docker pull the image from host. So i want to change the image path drive “c:” to another drive “d:” before pull the image. I changed the “data-root” at config. But docker is still saving the file to my drive. How may i change the path?

Overall screenshot

Docker version Version 17.06.2-ce-win27(13194) and running on Windows 2016

Regards,

I fixed it myself for temporary solution. All files are going to temp folder that we set at Environment Variable settings. So i changed the temp folder to different drive. I know that is not good solution. Anyway i don’t see any setting to change at docker config and cmd line parameter.