Sign inSign up

trydock/dkr-firefox

By trydock

Updated over 3 years ago

Mozilla Firefox

Image
0

305

trydock/dkr-firefox repository overview

Mozilla Firefox

This is a container image for Firefox Browser.

You can found the source here: https://github.com/trydock/docker-firefox

Sample Compose file.

You may use docker-compose or podman-compose for runing this container.

Sample Compose config file:

version: "3"
services:
  app:
    image: trydock/dkr-firefox:v0.0.5
    environment:
      - DISPLAY=${DISPLAY}
    shm_size: '256mb'
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun
    volumes:
      - /tmp/.X11-unix:/tmp/.X11-unix

Source

based on : https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04

Tag summary

Content type

Image

Digest

sha256:9da5e2350

Size

294 MB

Last updated

over 3 years ago

docker pull trydock/dkr-firefox:main