Title logo
linuxserver/znc.

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

10,805,901 45 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/znc
Build Time 19 Apr 2024 02:48:38
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest znc-1.9.0-ls130 19 Apr 2024 at 02:48:38

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

CLI

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