mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-28 18:36:27 +00:00
v2.6 Update documentation
This commit is contained in:
parent
cc09cfb24d
commit
b710a8a082
|
@ -8,7 +8,7 @@
|
||||||
# Repo: https://github.com/sickcodes/Docker-OSX/
|
# Repo: https://github.com/sickcodes/Docker-OSX/
|
||||||
# Title: Mac on Docker (Docker-OSX)
|
# Title: Mac on Docker (Docker-OSX)
|
||||||
# Author: Sick.Codes https://sick.codes/
|
# Author: Sick.Codes https://sick.codes/
|
||||||
# Version: 2.5
|
# Version: 2.6
|
||||||
# License: GPLv3+
|
# License: GPLv3+
|
||||||
#
|
#
|
||||||
# All credits for OSX-KVM and the rest at @Kholia's repo: https://github.com/kholia/osx-kvm
|
# All credits for OSX-KVM and the rest at @Kholia's repo: https://github.com/kholia/osx-kvm
|
||||||
|
|
15
README.md
15
README.md
|
@ -1,8 +1,8 @@
|
||||||
# Docker-OSX
|
# Docker-OSX
|
||||||
## [Follow @sickcodes on Twitter](https://twitter.com/sickcodes)
|
## [Follow @sickcodes on Twitter](https://twitter.com/sickcodes)
|
||||||
|
|
||||||
### V2.5
|
### V2.6
|
||||||
# Features In Docker-OSX v2.5
|
# Features In Docker-OSX v2.6
|
||||||
- CI/CD weaponization thru vnc and xdotool
|
- CI/CD weaponization thru vnc and xdotool
|
||||||
- OSX-KVM
|
- OSX-KVM
|
||||||
- X11 Forwarding
|
- X11 Forwarding
|
||||||
|
@ -30,9 +30,9 @@ Pull requests, suggestions very welcome!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
docker pull sickcodes/docker-osx
|
docker pull sickcodes/docker-osx:latest
|
||||||
|
|
||||||
docker run --device /dev/kvm --device /dev/snd -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
|
docker run --device /dev/kvm --device /dev/snd -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx:latest
|
||||||
|
|
||||||
# press ctrl G if your mouse gets stuck
|
# press ctrl G if your mouse gets stuck
|
||||||
|
|
||||||
|
@ -40,7 +40,12 @@ docker run --device /dev/kvm --device /dev/snd -v /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
|
|
||||||
# need more RAM and SSH on 0.0.0.0:50922?
|
# need more RAM and SSH on 0.0.0.0:50922?
|
||||||
|
|
||||||
docker run --device /dev/kvm --device /dev/snd -e RAM=4 -p 50922:10022 sickcodes/docker-osx:latest
|
docker run --device /dev/kvm \
|
||||||
|
--device /dev/snd \
|
||||||
|
-e RAM=4 \
|
||||||
|
-p 50922:10022 \
|
||||||
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
|
sickcodes/docker-osx:latest
|
||||||
|
|
||||||
ssh fullname@localhost -p 50922
|
ssh fullname@localhost -p 50922
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
# Title: Mac on Docker (Docker-OSX) [VNC EDITION]
|
# Title: Mac on Docker (Docker-OSX) [VNC EDITION]
|
||||||
# Author: Sick.Codes https://sick.codes/
|
# Author: Sick.Codes https://sick.codes/
|
||||||
# Version: 2.5
|
# Version: 2.6
|
||||||
# License: GPLv3+
|
# License: GPLv3+
|
||||||
#
|
#
|
||||||
# All credits for OSX-KVM and the rest at Kholia's repo: https://github.com/kholia/osx-kvm
|
# All credits for OSX-KVM and the rest at Kholia's repo: https://github.com/kholia/osx-kvm
|
||||||
|
|
Loading…
Reference in a new issue