aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorname <[email protected]>2020-06-04 20:25:29 +0000
committername <[email protected]>2020-06-04 20:25:29 +0000
commit333aeefd4fc2064dffe583b6f9b4a4f7601c68f3 (patch)
treeb176dbbedf90f7ef32a954721b9d978c6c6432ff
parentSpace (diff)
downloaddocker-osx-333aeefd4fc2064dffe583b6f9b4a4f7601c68f3.tar.xz
docker-osx-333aeefd4fc2064dffe583b6f9b4a4f7601c68f3.zip
Additional boot instructions
-rw-r--r--Dockerfile8
-rw-r--r--README.md17
2 files changed, 21 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 29f968f..08ffaac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,13 +6,13 @@
# /_____/\____/\___/_/|_|\___/_/ \____//____/_/|_|
#
# Title: Mac on Docker (Docker-OSX)
-# Author: Sick.Codes https://sick.codes/
-# Credits: Kholia https://github.com/kholia/osx-kvm
+# Author: Sick.Codes https://sick.codes/
# Version: 1.0
# License: GPLv3
#
-# All credits for OpenCore support go to https://github.com/Leoyzen/KVM-Opencore and
-# https://github.com/thenickdude/KVM-Opencore/. Thanks!
+# All credits for OSX-KVM and the rest at Kholia's repo: https://github.com/kholia/osx-kvm
+# OpenCore support go to https://github.com/Leoyzen/KVM-Opencore
+# and https://github.com/thenickdude/KVM-Opencore/
#
# This Dockerfile automates the installation of Docker-OSX
# It will build a 32GB Mojave Disk, you can change the size using build arguments.
diff --git a/README.md b/README.md
index dd1a1c8..cca0cca 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,23 @@ docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix docker-osx
```
+# Additional Boot Instructions
+
+```
+
+# Boot the macOS Base System
+
+# Click Disk Utility
+
+# Erase the biggest disk
+
+# Partition that disk and subtract 1GB and press Apply
+
+# Click Reinstall macOS
+
+```
+
+
# Instant OSX-KVM in a BOX!
This Dockerfile automates the installation of OSX-KVM inside a docker container.