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
45.33k stars 2.4k forks source link

docker does not run ventura command #586

Open superbonaci opened 1 year ago

superbonaci commented 1 year ago

On Arch:

$ sudo pacman -Suy docker
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (3) containerd-1.6.10-1  runc-1.1.4-1  docker-1:20.10.21-1

Total Download Size:    54.43 MiB
Total Installed Size:  237.83 MiB

:: Proceed with installation? [Y/n] y

Then try to run it:

$ 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' \
    sickcodes/docker-osx:ventura
docker: unknown server OS: .
See 'docker run --help'.
dkornahrens commented 1 year ago

Same mileage.

Edit: I didn't read. https://github.com/sickcodes/Docker-OSX#initial-setup

superbonaci commented 1 year ago

@dkornahrens does work with you after initial setup or still same issue?

Badirkhanov commented 1 year ago

This helped me: https://github.com/sickcodes/Docker-OSX#docker-unknown-server-os-error