官方地址:http://github.com/sickcodes/Docker-OSX
docker 安装
bash
docker run -it \
--device /dev/kvm \
-p 50922:10022 \
-e "DISPLAY=$(DISPLAY:::0.0)" \
-v /data/wslg/.X11-unix:/tmp/.X11-unix \
-e GENERATE_UNIQUE=true \
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
registry.cn-hangzhou.aliyuncs.com/shrimp-images/docker-osx:ventura
重启命令
bash
docker start -ai -i
如需其他的请看官网的地址