https://github.com/trydock/docker-firefox
Firefox Browser
https://github.com/trydock/docker-firefox
Last synced: 5 months ago
JSON representation
Firefox Browser
- Host: GitHub
- URL: https://github.com/trydock/docker-firefox
- Owner: trydock
- License: gpl-3.0
- Created: 2022-10-24T15:23:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T00:17:58.000Z (over 3 years ago)
- Last Synced: 2025-05-21T21:11:19.215Z (about 1 year ago)
- Language: Dockerfile
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mozilla Firefox
This is a container image for Firefox Browser.
We push this image to : `https://hub.docker.com/r/trydock/dkr-firefox`
You can find all tags : `https://hub.docker.com/r/trydock/dkr-firefox/tags`
## 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
### Additional References:
- https://gursimarsm.medium.com/run-gui-applications-in-a-docker-container-ca625bad4638