0

My mac is running out of disk space. I have a 256GB SD card which is always inserted (I never take it out). Can I configure 'Docker for Mac' to store all of its images/containers/configuration/... in the SD card instead of ~/Library/..? Thank you.

user674669
  • 10,681
  • 15
  • 72
  • 105
  • Possible duplicate of [Store Docker image files in external drive in El Capitan OSX](https://stackoverflow.com/questions/38205735/store-docker-image-files-in-external-drive-in-el-capitan-osx) – David Maze Dec 17 '18 at 09:01

1 Answers1

1

In Docker Desktop Community version 2.0.0.0-mac81,

enter image description here

the functionality to move disk image location is built into the UI (in Preferences).

enter image description here

My docker.cow file was about 50GB and it took about 10 minutes to move it.

user674669
  • 10,681
  • 15
  • 72
  • 105