DDclient - http://sourceforge.net/p/ddclient/wiki/Home/
Running on the latest Phusion release (ubuntu 14.04), with ddclient 3.8.3 Supports sending update notifications with Gmail account (as relay)
Pull image
docker pull mace/ddclient
Container config
Run container
docker run -d --net="bridge" --name=<container name> -v <path for ddclient config files>:/config -v /etc/localtime:/etc/localtime:ro mace/ddclient
Please replace all user variables in the above command defined by <> with the correct values.
Variables that can be added
-e MAIL=<yes>
-h <ddclient.example.com>
-e PIPEWORK=<yes>
Example
docker run -d --net="bridge" --name=ddclient -e MAIL=yes -v /mylocal/directory/fordata:/config -v /etc/localtime:/etc/localtime:ro mace/ddclient
For use with Gmail as mail-relay
docker run -d --net="bridge" --name=ddclient -h ddclient.example.com -e MAIL=yes -v /mylocal/directory/fordata:/config -v /etc/localtime:/etc/localtime:ro mace/ddclient
For use with "pipework" -- https://hub.docker.com/r/dreamcat4/pipework/
docker run -d --net=none --name=ddclient --name=ddclient -v /mylocal/directory/fordata:/config -v /etc/localtime:/etc/localtime:ro -e PIPEWORK=yes -e 'pipework_cmd=br1 @ddclient@ 192.168.1.10/[email protected]' mace/ddclient
Additional notes
Content type
Image
Digest
sha256:28d42458c…
Size
105.5 MB
Last updated
over 10 years ago
docker pull mace/ddclient