linuxserver/opera.

3,757 0 amd64

Build Information

General build information for this image

Docker Hub linuxserver/opera
Build Time 05 Dec 2023 14:08:21
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 105.0.4970 05 Dec 2023 at 14:08:21

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:105.0.4970
    container_name: opera
    restart: no

CLI

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