Title logo
linuxserver/znc.

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

10,740,421 40 amd64 arm64 arm

Build Information

General build information for this image

Docker Hub linuxserver/znc
Build Time 06 Mar 2023 10:58:40
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.8.2 06 Mar 2023 at 10:58:40

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:1.8.2
    container_name: znc
    restart: no

CLI

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