Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 908 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 908 Bytes

rpi-ddclient

Raspberry Pi DDClient

Credits

Developed based on https://github.com/jrstarke/rpi-docker-ddclient.

Customizing

In order to use this for your own use, you will want to customize the ddclient.conf file. A sample can be found at https://sourceforge.net/p/ddclient/code/HEAD/tree/tags/release-3.8.3/sample-etc_ddclient.conf, but you can also follow your ddns provider's instructions as well. The example I provided is for google domains.

Building

Build the container using something like the following:

docker build -t ajkayalan/rpi-ddclient:latest https://github.com/AjkayAlan/rpi-ddclient.git

If you have cloned locally, you can do something like the following instead:

docker build -t ajkayalan/rpi-ddclient:latest .

Running

After building the container, you will want to run it.

docker run --name rpi-ddclient --restart always -d ajkayalan/rpi-ddclient:latest