aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-01 11:23:12 +0000
committersickcodes <[email protected]>2021-03-01 11:23:12 +0000
commit5d648e1b599faaab341b97dc286d5be91c831aab (patch)
tree11f0c369d05bc8c215642ed89a03894b1e05f266
parentDocumentation for Big Sur. v4.0 (diff)
downloaddocker-osx-5d648e1b599faaab341b97dc286d5be91c831aab.tar.xz
docker-osx-5d648e1b599faaab341b97dc286d5be91c831aab.zip
Switch default internet to vmxnet3 as there is no incompatability with services.
-rw-r--r--Dockerfile6
-rw-r--r--README.md7
2 files changed, 6 insertions, 7 deletions
diff --git a/Dockerfile b/Dockerfile
index 8033913..6fe698a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -226,7 +226,7 @@ RUN touch Launch.sh \
&& tee -a Launch.sh <<< '-drive id=MacHDD,if=none,file=${IMAGE_PATH:-/home/arch/OSX-KVM/mac_hdd_ng.img},format=qcow2 \' \
&& tee -a Launch.sh <<< '-device ide-hd,bus=sata.4,drive=MacHDD \' \
&& tee -a Launch.sh <<< '-netdev user,id=net0,hostfwd=tcp::${INTERNAL_SSH_PORT:-10022}-:22,hostfwd=tcp::${SCREEN_SHARE_PORT:-5900}-:5900, \' \
- && tee -a Launch.sh <<< '-device ${NETWORKING:-e1000-82545em},netdev=net0,id=net0,mac=${MAC_ADDRESS:-52:54:00:09:49:17} \' \
+ && tee -a Launch.sh <<< '-device ${NETWORKING:-vmxnet3},netdev=net0,id=net0,mac=${MAC_ADDRESS:-52:54:00:09:49:17} \' \
&& tee -a Launch.sh <<< '-monitor stdio \' \
&& tee -a Launch.sh <<< '-vga vmware \' \
&& tee -a Launch.sh <<< '${EXTRA:-}'
@@ -250,8 +250,8 @@ ENV ENV=/env
ENV IMAGE_PATH=/home/arch/OSX-KVM/mac_hdd_ng.img
-ENV NETWORKING=e1000-82545em
-# ENV NETWORKING=vmxnet3
+# ENV NETWORKING=e1000-82545em
+ENV NETWORKING=vmxnet3
ENV NOPICKER=false
diff --git a/README.md b/README.md
index 3daf0ee..2cc7799 100644
--- a/README.md
+++ b/README.md
@@ -577,12 +577,11 @@ sudo mv somedir/mac_hdd_ng.img .
# Internet Speeds
-### Slow internet but iMessage & iCloud compatability
-`-e NETWORKING=e1000-82545em`
-
-### FAST internet but not compatable with iMessage & iCloud
+### FAST internet
`-e NETWORKING=vmxnet3`
+### SLOW internet
+`-e NETWORKING=e1000-82545em`
# DESTROY: Wipe old images to free disk space