From a4bcd7fb6110e8819240ec90af331c7a5ca800ac Mon Sep 17 00:00:00 2001 From: Francis Becerra Date: Sat, 11 Feb 2023 22:08:41 +0000 Subject: [PATCH] fix docker mac doc --- docs/docker-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-instructions.md b/docs/docker-instructions.md index b495585..f99535b 100644 --- a/docs/docker-instructions.md +++ b/docs/docker-instructions.md @@ -35,5 +35,5 @@ xhost + ``` 4. run ``` -docker run -it -e DISPLAY=host.docker.internal:1 toolboc/windows95 +docker run -it -e DISPLAY=host.docker.internal:0 toolboc/windows95 ```