Title logo
linuxserver/sabnzbd.

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

704,610,162 634 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 21 Nov 2024 02:13:58
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.3.3 21 Nov 2024 at 02:13:57
unstable 4.4.0-unstable 21 Nov 2024 at 02:11:31

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

CLI

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