v2.6 Update documentation

This commit is contained in:
sickcodes 2020-09-26 06:26:38 +00:00
parent cc09cfb24d
commit b710a8a082
3 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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