Title logo
linuxserver/sabnzbd.

A Sabnzbd container, brought to you by LinuxServer.io.

693,111,535 591 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 26 Sep 2023 15:11:53
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.1.0 26 Sep 2023 at 14:12:10
unstable 4.1.0-unstable 26 Sep 2023 at 14:12:23

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  sabnzbd:
    image: linuxserver/sabnzbd:4.1.0
    container_name: sabnzbd
    restart: no

CLI

docker create \
  --name=sabnzbd \  --restart no \
  linuxserver/sabnzbd:4.1.0