Title logo
linuxserver/znc.

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

10,855,861 45 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub linuxserver/znc
Build Time 04 Apr 2025 03:22:24
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 04 Apr 2025 at 03:22:17

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  znc:
    image: linuxserver/znc:latest
    container_name: znc
    restart: no

CLI

docker create \
  --name=znc \  --restart no \
  linuxserver/znc:latest