Title logo
linuxserver/quassel-core.

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

6,558,102 37 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/quassel-core
Build Time 06 May 2024 09:31:24
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 06 May 2024 at 09:31:24

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