Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
Fixed a break line
Browse files Browse the repository at this point in the history
  • Loading branch information
GzuPark committed Jul 13, 2019
1 parent 3011d8b commit 8865282
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ docker-machine create -d virtualbox \
12. Run `eval $(docker-machine env ${YOUR_DOCKER_MACHINE_ENV_NAME})`
13. Run `vboxmanage list webcams`
14. Run `vboxmanage controlvm "${YOUR_DOCKER_MACHINE_ENV_NAME}" webcam attach .1`
15. On the Xquartz terminal or another terminal, Run `socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"`
15. On the Xquartz terminal or another terminal, Run
```sh
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"
```
16. Test
- `docker run --rm -it -e DISPLAY=$ip:0 gns3/xeyes`
- `docker run --rm -it -e DISPLAY=$ip:0 -v /tmp/.X11-unix:/tmp/.X11-unix jess/firefox`
Expand Down

0 comments on commit 8865282

Please sign in to comment.