sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
48.7k stars 2.72k forks source link

Added sequoia command #835

Open S-ound-1 opened 2 weeks ago

S-ound-1 commented 2 weeks ago

so, i added the command to install sequoia, its running fine to me so why dont open a pull request? so there is just a problem and its not mine, for some reasons sickcodes/docker-osx:latest is not working, if this happens you can just compile it yourself

git clone https://github.com/sickcodes/Docker-OSX.git
cd Docker-OSX
docker build -t docker-osx .

and after use

docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -e GENERATE_UNIQUE=true \
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
    -e SHORTNAME=sequoia \
    docker-osx

hope that helps!

S-ound-1 commented 2 weeks ago

update: it won't work, it bootloops after install.

S-ound-1 commented 2 weeks ago

immagine