aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-21 11:08:19 +0000
committerGitHub <[email protected]>2021-02-21 11:08:19 +0000
commitd2952a4f6572ebd69307818de3db0035a380c01a (patch)
treeb4fe5a3744a93594ffe66662bec72e48972c5bad /README.md
parentRequired KVM parameter fix. No idea how it's been absent for this long. (diff)
parentAdd NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking spe... (diff)
downloaddocker-osx-d2952a4f6572ebd69307818de3db0035a380c01a.tar.xz
docker-osx-d2952a4f6572ebd69307818de3db0035a380c01a.zip
Merge pull request #153 from sickcodes/nopickers
NOPICKER environment variable for all images.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index f272869..d8eb9d0 100644
--- a/README.md
+++ b/README.md
@@ -191,6 +191,14 @@ docker run -it \
```
+# Internet Speeds
+
+### Slow internet but iMessage & iCloud compatability
+`-e NETWORKING=e1000-82545em`
+
+### FAST internet but not compatable with iMessage & iCloud
+`-e NETWORKING=vmxnet3`
+
### Other cool Docker-QEMU based projects:
[Run iOS in a Docker with Docker-eyeOS](https://github.com/sickcodes/Docker-eyeOS) - [https://github.com/sickcodes/Docker-eyeOS](https://github.com/sickcodes/Docker-eyeOS)
@@ -518,6 +526,8 @@ docker start newcontainerid
# DESTROY: Wipe old images to free disk space
+The easiest way to clean out your entire Docker (ALL images, layers, and containers) is to `sudo rm -rf /var/lib/docker`
+
This is useful for getting disk space back.
It will delete ALL your old (and new) docker containers.