From 614b18969da209c0cc79cfc313abeab0c216b206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 8 Feb 2019 13:58:24 -0300 Subject: [PATCH] Formatting proposals --- docs/docker-instructions.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/docker-instructions.md b/docs/docker-instructions.md index 6142c3e..b495585 100644 --- a/docs/docker-instructions.md +++ b/docs/docker-instructions.md @@ -27,7 +27,13 @@ Note: You may need to run `xhost +` on your system to allow connections to the X * [XQuartz](https://www.xquartz.org/) * [Docker](http://docker.io) -1. Start XQuartz ,go to "Preferences -> Security " ,and check the box "allow connections from network clients" -2. restart XQuartz -3. In the terminal ,run "xhost +" -4. run "docker run -it -e DISPLAY=host.docker.internal:1 toolboc/windows95" +1. Start XQuartz, go to `Preferences` -> `Security`, and check the box `Allow connections from network clients` +2. Restart XQuartz +3. In the terminal, run +``` +xhost + +``` +4. run +``` +docker run -it -e DISPLAY=host.docker.internal:1 toolboc/windows95 +```