diff options
| author | sickcodes <[email protected]> | 2021-03-01 11:46:29 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-01 11:46:29 +0000 |
| commit | e307f1cb51d5af6fa92160d45d615f15641a8de8 (patch) | |
| tree | 11f0c369d05bc8c215642ed89a03894b1e05f266 /README.md | |
| parent | Documentation for Big Sur. v4.0 (diff) | |
| parent | Switch default internet to vmxnet3 as there is no incompatability with services. (diff) | |
| download | docker-osx-e307f1cb51d5af6fa92160d45d615f15641a8de8.tar.xz docker-osx-e307f1cb51d5af6fa92160d45d615f15641a8de8.zip | |
Merge pull request #160 from sickcodes/vmxnet3
Switch default internet to vmxnet3 as there is no incompatability...
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |