diff options
| author | sickcodes <[email protected]> | 2022-11-14 17:16:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-14 17:16:30 +0000 |
| commit | 917e09179809cae71baa2acd8d43a7085a7a58e7 (patch) | |
| tree | 71882db7bcbc6e6dabcd81b7aa061142725db14c | |
| parent | Merge pull request #532 from arifulislamat/patch-1 (diff) | |
| parent | README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img' (diff) | |
| download | docker-osx-917e09179809cae71baa2acd8d43a7085a7a58e7.tar.xz docker-osx-917e09179809cae71baa2acd8d43a7085a7a58e7.zip | |
Merge pull request #545 from Sondro/master
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ wget https://images.sick.codes/mac_hdd_ng_auto_monterey.img docker run -it \ --device /dev/kvm \ -p 50922:10022 \ - -v "${PWD}/mac_hdd_ng_auto_monterey:/image" \ + -v "${PWD}/mac_hdd_ng_auto_monterey.img:/image" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e "USERNAME=user" \ |