aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-09-02 20:02:51 +0000
committerGitHub <[email protected]>2021-09-02 20:02:51 +0000
commit48db29e013cfb99d1b85e30311294f4df4166578 (patch)
treef713ed8c66361345be103be1ae59f80eb68c3d3d
parentAdd iPhone passthrough instructions using Corellium's usbfluxd. Thank you [@n... (diff)
parentSpice fix (diff)
downloaddocker-osx-48db29e013cfb99d1b85e30311294f4df4166578.tar.xz
docker-osx-48db29e013cfb99d1b85e30311294f4df4166578.zip
Merge pull request #337 from cybik/patch-1
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b9ce041..08f3664 100644
--- a/README.md
+++ b/README.md
@@ -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" \