Sign inSign up

ellerbrock/alpine-firefox

By ellerbrock

Updated almost 7 years ago

Firefox Browser based on Alpine Linux

Image
0

1.4K

ellerbrock/alpine-firefox repository overview

docker

alpine-firefox

Docker Automated Build Docker Pulls Open Source Love Gitter Chat

Run GUI Apps with Docker

Linux
# update to your network device
NETWORK_DEVICE="en1"

IP=$(ifconfig ${NETWORK_DEVICE} | grep inet | awk '$1=="inet" {print $2}')


docker run -t \
  -v /tmp/.X11-unix:/tmp/.X11-unix \ # mount the X11 socket
  -e DISPLAY=unix$DISPLAY \
ellerbrock/alpine-firefox:latest
MacOS
  • brew update && brew cask install xquartz
  • open -a XQuartz => Go to Security Tab and tick "Allow connections from network clients"
# update to your network device
NETWORK_DEVICE="en1"

IP=$(ifconfig ${NETWORK_DEVICE} | grep inet | awk '$1=="inet" {print $2}')

xhost + ${IP}

docker run -t \
  -e DISPLAY=${IP}:0 \
ellerbrock/alpine-firefox:latest

Contact

GithubDockernpmTwitterFacebookGoogle+Gitter

Tag summary

Content type

Image

Digest

Size

108.9 MB

Last updated

almost 7 years ago

docker pull ellerbrock/alpine-firefox