Change Docker machine location - Windows
问题 I am using docker toolbox on Windows 7 to run docker. (docker version 1.9.1) As it turns out the docker machine creates its VM at C:\Users\username\.docker\machine\machines\default. And as I commit the images the size of VM at this location bloats up. Since its Windows, cant afford the luxury of space on the C drive. Is there any way I can change the location of the default machine? 回答1: This is what worked perfectly for me on Windows 7: Setup the MACHINE_STORAGE_PATH environment variable as