This is a container image for Firefox Browser.
You can found the source here: https://github.com/trydock/docker-firefox
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
based on : https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04
Content type
Image
Digest
sha256:9da5e2350…
Size
294 MB
Last updated
over 3 years ago
docker pull trydock/dkr-firefox:main