The standard path on Windows where Docker puts stuff is:
C:\Users\<USER>\.docker
We need to put it here:
D:\Docker
We couldn't find any info about where or how to change that setting. Any hint appreciated, thanks!
One solution that works for us is creating a symbolic link:
mklink /J "C:\Users\<USER>\.docker" "D:\Docker"
But it's not what we call a clean solution.
(All credit for the question & this answer goes to IMM0rtalis.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With