linuxserver/firefox.

552,798 69 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/firefox
Build Time 02 Dec 2023 20:37:33
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-119.0-r0 02 Dec 2023 at 20:37:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  firefox:
    image: linuxserver/firefox:version-119.0-r0
    container_name: firefox
    restart: no

CLI

docker create \
  --name=firefox \  --restart no \
  linuxserver/firefox:version-119.0-r0