Skip to content

Instantly share code, notes, and snippets.

@qh-huang
Forked from mreichelt/firefox_docker.sh
Created May 19, 2019 17:54
Show Gist options
  • Save qh-huang/a97cefbae26a7a151a5bc183e2ed58bc to your computer and use it in GitHub Desktop.
Save qh-huang/a97cefbae26a7a151a5bc183e2ed58bc to your computer and use it in GitHub Desktop.
Run Firefox in Docker image on Mac with X11 forwarding to XQuartz
#!/bin/bash
# allow access
xhost +
# run firefox with X11 forwarding and keep running until it quits
docker run -e DISPLAY=host.docker.internal:0 jess/firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment