Title logo
linuxserver/duckdns.

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

207,789,108 385 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/duckdns
Build Time 06 May 2024 04:02:49
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-7e072e93 06 May 2024 at 04:02:48

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  duckdns:
    image: linuxserver/duckdns:version-7e072e93
    container_name: duckdns
    restart: no

CLI

docker create \
  --name=duckdns \  --restart no \
  linuxserver/duckdns:version-7e072e93