Skip to content

Instantly share code, notes, and snippets.

@KimTholstorf
Last active February 10, 2022 12:05
Show Gist options
  • Save KimTholstorf/f9b66011523a77894e4bbd99ea2dc8cf to your computer and use it in GitHub Desktop.
Save KimTholstorf/f9b66011523a77894e4bbd99ea2dc8cf to your computer and use it in GitHub Desktop.
Firefox in a docker container (in VMware Fusion)

brew install vmware-fusion

vctl system start

vctl run -n firefox -p 5800:5800 -v $HOME/.docker_firefox:/config:rw -d jlesage/firefox

http://localhost:5800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment