Skip to content

Instantly share code, notes, and snippets.

@RagingTiger
Created November 8, 2018 13:23
Show Gist options
  • Save RagingTiger/490b42559c867e5eeec2d62b6c897c9b to your computer and use it in GitHub Desktop.
Save RagingTiger/490b42559c867e5eeec2d62b6c897c9b to your computer and use it in GitHub Desktop.
Command to Run Isolated Firefox Browser on macOS
isobrowser(){
(sleep 6; open http://localhost:5800) & disown && \
docker run -p 5800:5800 --shm-size 2g jlesage/firefox
}
# main
isobrowser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment