aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-08 19:36:55 +0000
committersickcodes <[email protected]>2021-02-08 19:36:55 +0000
commit217af19452eebc33d5c7329af121491653191d1d (patch)
treeeadba547d1d9e219ae8e76841413df6be0c42ea6
parentFixed cwd bug (diff)
downloaddocker-osx-217af19452eebc33d5c7329af121491653191d1d.tar.xz
docker-osx-217af19452eebc33d5c7329af121491653191d1d.zip
Reduced image by 5GB, thanks to @weskerfoot!
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index b968e6f..76bab68 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Docker Hub: https://hub.docker.com/r/sickcodes/docker-osx
- sickcodes/docker-osx:naked - supply your own .img file
-- sickcodes/docker-osx:auto - 22gb image boot to OSX shell
+- sickcodes/docker-osx:auto - 17.5GB image boot to OSX shell
## Professional Support Available!
@@ -47,7 +47,7 @@ docker run -it \
```
-# Quick Start 22GB Pre-Made Image
+# Quick Start 17.5GB Pre-Made Image
You will need around 50GB of space: half for the base image + half for your runtime image.
@@ -152,7 +152,7 @@ docker run -it \
- Full auto mode: boot straight to OSX shell.
- sickcodes/docker-osx:latest - original base recovery image (safe)
- sickcodes/docker-osx:naked - supply your own .img file (safe)
-- sickcodes/docker-osx:auto - 22gb image boot to OSX shell (must trust @sickcodes)
+- sickcodes/docker-osx:auto - 17.5GB image boot to OSX shell (must trust @sickcodes)
- Supply your own image using -v $PWD/disk.img:/image
- Kubernetes Helm Chart. [See ./helm](https://github.com/sickcodes/Docker-OSX/tree/master/helm)
- OSX-KVM
@@ -174,9 +174,7 @@ Upstream Credits (OSX-KVM project) among many others: https://github.com/kholia/
# Download The Image for sickcodes/docker-osx:naked
```bash
-wget https://images2.sick.codes/mac_hdd_ng_auto.img.zst
-
-zstd -d mac_hdd_ng_auto.img.zst
+wget https://images2.sick.codes/mac_hdd_ng_auto.img
docker run -it \
--device /dev/kvm \