Docker image to update DuckDNS dynamic domains, according to the HTTP API specifications.
The image will request the DuckDNS HTTPS API endpoint in loop each X minutes, updating the IP associated with your domain/s with the IP that performed the request.
Main features:
alpine:latestcurl as a non-root userSupposing your domain is mydomain.duckdns.org:
docker run -d -e DOMAINS=mydomain.duckdns.org -e TOKEN=abcd1234 -e FREQUENCY=10 davidlor/duckdns
The Token can be provided using a Docker Secret called token.
See the example with Docker Compose.
The Secret token has more priority than the Env token.
Content type
Image
Digest
Size
3.3 MB
Last updated
over 6 years ago
docker pull davidlor/duckdns