# run firefox inside of a container and forward it to your host's Xorg Server
docker run -it --rm \
--volume="$HOME/.Xauthority:/root/.Xauthority:rw" \
--env="DISPLAY" \
--net=host \
--privileged \
jlesage/firefox \
firefox