aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-07-08 23:22:01 +0000
committerGitHub <[email protected]>2021-07-08 23:22:01 +0000
commit7014f82a3052d736a73a70f5312882220beb2f96 (patch)
treee6ef528904f14cefacaf8487c6edba39bc3cc388
parentAdd libguestfs-tools to the requirements on Ubuntu (diff)
downloaddocker-osx-7014f82a3052d736a73a70f5312882220beb2f96.tar.xz
docker-osx-7014f82a3052d736a73a70f5312882220beb2f96.zip
Add link to "make it faster" scripts https://github.com/sickcodes/osx-optimizer
See: https://github.com/sickcodes/osx-optimizer
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26d8ba4..546d672 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,15 @@ docker run -it \
sickcodes/docker-osx:big-sur
```
+## Make container FASTER
+
+SEE commands in [https://github.com/sickcodes/osx-optimizer](https://github.com/sickcodes/osx-optimizer)!
+
+- Skip the GUI login screen (at your own risk!)
+- Disable spotlight indexing on macOS to heavily speed up Virual Instances.
+- Disable heavy login screen wallpaper
+- Disable updates (at your own risk!)
+
## Important notices:
**2021-05-04:** Big Sur requires an updated OpenCore.qcow2 image, simply add:
@@ -153,7 +162,7 @@ In case you're interested, contact [@sickcodes on Twitter](https://twitter.com/s
Docker-OSX is licensed under the [GPL v3+](LICENSE). Contributions are welcomed and immensely appreciated. You are in-fact permitted to use Docker-OSX as a tool to create proprietary software.
### Other cool Docker/QEMU based projects
-
+- [Run Android in a Docker Container with Dock Droid](https://github.com/sickcodes/dock-droid)
- [Run iOS in a Docker container with Docker-eyeOS](https://github.com/sickcodes/Docker-eyeOS) - [https://github.com/sickcodes/Docker-eyeOS](https://github.com/sickcodes/Docker-eyeOS)
- [Run iMessage relayer in Docker with Bluebubbles.app](https://bluebubbles.app/) - [Getting started wiki](https://github.com/BlueBubblesApp/BlueBubbles-Server/wiki/Running-via-Docker)