From 1f9807929e0ea3072341046bb3306ede65c584de Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Thu, 2 Sep 2021 13:01:52 -0700 Subject: [PATCH] Spice fix --- README.md | 1 + 1 file changed, 1 insertion(+) 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" \