linuxserver/opera.

12,355 1 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/opera
Build Time 12 Mar 2025 18:40:03
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 117.0.5408 12 Mar 2025 at 18:40:02

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  opera:
    image: linuxserver/opera:117.0.5408
    container_name: opera
    restart: no

CLI

docker create \
  --name=opera \  --restart no \
  linuxserver/opera:117.0.5408