diff --git a/Dockerfile b/Dockerfile index d6ce5e7..d952856 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # Repo: https://github.com/sickcodes/Docker-OSX/ # Title: Mac on Docker (Docker-OSX) # Author: Sick.Codes https://sick.codes/ -# Version: 2.5 +# Version: 2.6 # License: GPLv3+ # # All credits for OSX-KVM and the rest at @Kholia's repo: https://github.com/kholia/osx-kvm diff --git a/README.md b/README.md index f0ab46b..54d137a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Docker-OSX ## [Follow @sickcodes on Twitter](https://twitter.com/sickcodes) -### V2.5 -# Features In Docker-OSX v2.5 +### V2.6 +# Features In Docker-OSX v2.6 - CI/CD weaponization thru vnc and xdotool - OSX-KVM - X11 Forwarding @@ -30,9 +30,9 @@ Pull requests, suggestions very welcome! ```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 @@ -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? -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 diff --git a/vnc-version/Dockerfile b/vnc-version/Dockerfile index 73a2b45..606a830 100644 --- a/vnc-version/Dockerfile +++ b/vnc-version/Dockerfile @@ -7,7 +7,7 @@ # # Title: Mac on Docker (Docker-OSX) [VNC EDITION] # Author: Sick.Codes https://sick.codes/ -# Version: 2.5 +# Version: 2.6 # License: GPLv3+ # # All credits for OSX-KVM and the rest at Kholia's repo: https://github.com/kholia/osx-kvm