Title logo
linuxserver/quassel-core.

A Quassel core container, brought to you by LinuxServer.io.

6,556,441 37 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/quassel-core
Build Time 22 Apr 2024 09:28:37
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.14.0 22 Apr 2024 at 09:28:36

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  quassel-core:
    image: linuxserver/quassel-core:0.14.0
    container_name: quassel-core
    restart: no

CLI

docker create \
  --name=quassel-core \  --restart no \
  linuxserver/quassel-core:0.14.0