diff options
| author | Renaud Lepage <[email protected]> | 2021-09-02 13:01:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-02 13:01:52 -0700 |
| commit | 1f9807929e0ea3072341046bb3306ede65c584de (patch) | |
| tree | f713ed8c66361345be103be1ae59f80eb68c3d3d | |
| parent | Add iPhone passthrough instructions using Corellium's usbfluxd. Thank you [@n... (diff) | |
| download | docker-osx-1f9807929e0ea3072341046bb3306ede65c584de.tar.xz docker-osx-1f9807929e0ea3072341046bb3306ede65c584de.zip | |
Spice fix
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1376,6 +1376,7 @@ Note: `-disable-ticketing` will allow unauthenticated access to the VM. See the ```bash docker run \ --device /dev/kvm \ + -p 3001:3001 \ -p 50922:10022 \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e EXTRA="-monitor telnet::45454,server,nowait -nographic -serial null -spice disable-ticketing,port=3001" \ |