mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-26 20:17:01 +08:00
Additional boot instructions
This commit is contained in:
parent
bc94695911
commit
333aeefd4f
@ -7,12 +7,12 @@
|
|||||||
#
|
#
|
||||||
# Title: Mac on Docker (Docker-OSX)
|
# Title: Mac on Docker (Docker-OSX)
|
||||||
# Author: Sick.Codes https://sick.codes/
|
# Author: Sick.Codes https://sick.codes/
|
||||||
# Credits: Kholia https://github.com/kholia/osx-kvm
|
|
||||||
# Version: 1.0
|
# Version: 1.0
|
||||||
# License: GPLv3
|
# License: GPLv3
|
||||||
#
|
#
|
||||||
# All credits for OpenCore support go to https://github.com/Leoyzen/KVM-Opencore and
|
# All credits for OSX-KVM and the rest at Kholia's repo: https://github.com/kholia/osx-kvm
|
||||||
# https://github.com/thenickdude/KVM-Opencore/. Thanks!
|
# 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
|
# This Dockerfile automates the installation of Docker-OSX
|
||||||
# It will build a 32GB Mojave Disk, you can change the size using build arguments.
|
# It will build a 32GB Mojave Disk, you can change the size using build arguments.
|
||||||
|
17
README.md
17
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!
|
# Instant OSX-KVM in a BOX!
|
||||||
This Dockerfile automates the installation of OSX-KVM inside a docker container.
|
This Dockerfile automates the installation of OSX-KVM inside a docker container.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user