mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-22 05:51:32 -06:00
Readme expand
This commit is contained in:
parent
15bf6f26be
commit
504fc0852a
15
README.md
15
README.md
@ -8,7 +8,14 @@ Author: Sick.Codes https://sick.codes/
|
|||||||
Credits: OSX-KVM project among many others: https://github.com/kholia/OSX-KVM/blob/master/CREDITS.md
|
Credits: OSX-KVM project among many others: https://github.com/kholia/OSX-KVM/blob/master/CREDITS.md
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx:latest
|
git clone https://github.com/sickcodes/Docker-OSX.git
|
||||||
|
|
||||||
|
cd Docker-OSX
|
||||||
|
|
||||||
|
docker build -t docker-osx .
|
||||||
|
|
||||||
|
docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix docker-osx
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Instant OSX-KVM in a BOX!
|
# Instant OSX-KVM in a BOX!
|
||||||
@ -24,15 +31,11 @@ This file builds on top of the work done by Dhiru Kholia and many others on the
|
|||||||
# Custom Build
|
# Custom Build
|
||||||
```
|
```
|
||||||
|
|
||||||
git clone https://github.com/sickcodes/Docker-OSX.git
|
|
||||||
|
|
||||||
cd Docker-OSX
|
|
||||||
|
|
||||||
docker build -t docker-osx:latest \
|
docker build -t docker-osx:latest \
|
||||||
--build-arg VERSION=10.14.6 \
|
--build-arg VERSION=10.14.6 \
|
||||||
--build-arg SIZE=200G
|
--build-arg SIZE=200G
|
||||||
|
|
||||||
docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx:latest
|
docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix docker-osx:latest
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user