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.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
    docker-osx:
        image: 'sickcodes/docker-osx:latest'
        environment:
            - 'DISPLAY=${DISPLAY:-:0.0}'
        volumes:
            - '/tmp/.X11-unix:/tmp/.X11-unix'
        ports:
            - '50922:10022'
        devices:
            - /dev/kvm
	    restart: "unless-stopped"

Resources

GitHub: https://github.com/sickcodes/Docker-OSX

Docker Hub: https://hub.docker.com/r/sickcodes/docker-osx

Configuration: https://github.com/sickcodes/Docker-OSX#quick-start-docker-osx