You've already forked Docker-OSX
mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-07-02 02:42:37 -05:00
Add NOPICKER=false in :latest. Add NOPICKER=true in :auto. Add networking speed docs.
This commit is contained in:
10
README.md
10
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.
|
||||
|
Reference in New Issue
Block a user