aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthropohedron <[email protected]>2024-02-08 17:42:30 -0500
committerAnthropohedron <[email protected]>2024-02-08 17:42:30 -0500
commit88343e730cddf4a497692de264292fce4726fdcd (patch)
treedd44a409734f017a02f60f6b6ee255156a3ccaf6
parentdrafted FAQ (diff)
downloaddocker-osx-88343e730cddf4a497692de264292fce4726fdcd.tar.xz
docker-osx-88343e730cddf4a497692de264292fce4726fdcd.zip
one more FAQ
-rw-r--r--FAQ.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index e1cd6b1..64d21c5 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -164,6 +164,10 @@ Congratulations, you got a macOS VM up and running! Now what?
The macOS UI expects and relies on GPU acceleration, and there is (currently) no way to provide GPU acceleration in the virtual hardware. See [osx-optimizer](https://github.com/sickcodes/osx-optimizer) for macOS configuration to speed things up.
+### Extract the Virtual Disk
+
+With the container stopped, `sudo find /var/lib/docker -size +10G -name mac_hdd_ng.img` to find the disk image then copy it where you want it.
+
### Disk Space
Is your host machine's disk, specifically `/var` (because of `/var/lib/docker`), getting full? [Fix it](README.md#increase-disk-space-by-moving-varlibdocker-to-external-drive-block-storage-nfs-or-any-other-location-conceivable).