Created
July 27, 2022 13:35
-
-
Save gmolveau/ccc6107c0ed6fbcac194474ab616edb6 to your computer and use it in GitHub Desktop.
linux/ubuntu docker run cypress with x11 forwarding xhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xhost +local:docker | |
docker run --rm -it -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -e XAUTHORITY=/.Xauthority -v $HOME/.Xauthority:/.Xauthority --entrypoint cypress cypress/included:10.3.0 open --project . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment