Last active
August 5, 2022 19:52
-
-
Save hotrungnhan/e1efce6ad0b5d7d74dd2c3bf4a7780a5 to your computer and use it in GitHub Desktop.
Docker command to run macos image with 16 gb ram 8 cpu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" -e RAM=16 -e SMP=8 -e CORES=8 --name htn.macos sickcodes/docker-osx:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment