Title logo
linuxserver/sabnzbd.

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

699,284,955 614 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 24 Apr 2024 11:17:49
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.2.3 18 Apr 2024 at 01:44:46
unstable 4.3.0-unstable 24 Apr 2024 at 11:17:49

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.2.3
    container_name: sabnzbd
    restart: no

CLI

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