Sign inSign up

mjenz/rpi-ddclient

By mjenz

•Updated over 8 years ago

Docker ddclient image for Raspberry Pi (and other armhf)

Image
0

1.5K

mjenz/rpi-ddclient repository overview

⁠Docker ddclient image for Raspberry Pi (and other armhf)

This image contains ddclient 3.8.3 on Alpine Linux 3.6. Based loosely on babim/docker-alp-ddclient⁠. I use it to keep a CloudFlare domain updated (see CloudFlare's documentation⁠).

For implementation, see mje-nz/rpi-docker-ddclient on GitHub⁠.

To install as a service:

docker run --volume $(pwd)/ddclient.conf:/etc/ddclient/ddclient.conf --name ddclient --restart unless-stopped --detach -t mjenz/rpi-ddclient

Your config file should look something like this:

daemon=1800
foreground=yes
ssl=yes
use=web
web=dnspark

protocol=cloudflare, \
zone=(your zone), \
login=(your login), \
password=(your password) \
(your domain)

Tag summary

Content type

Image

Digest

Size

10.9 MB

Last updated

over 8 years ago

docker pull mjenz/rpi-ddclient