Sign inSign up

windyakin/docker-ddclient

By windyakin

Updated over 8 years ago

DDclient run on Docker container.

Image
1

2.4K

windyakin/docker-ddclient repository overview

docker-ddclient

DDclient run on Docker container.

Main usage is CloudFlare. But maybe can use other service too.

Available on Docker Hub 🐳

Getting started

Setting from environments
docker run -d \
  -e DDCLIENT_ZONE=example.com \
  -e DDCLIENT_PROTOCOL=cloudflare \
  -e DDCLIENT_SERVER=www.cloudflare.com \
  -e [email protected] \
  -e DDCLIENT_PASSWORD=your_api_key \
  -e DDCLIENT_HOST=ddns-host.example.com \
  windyakin/docker-ddclient
Required parameters
EnvironmentDDclient param name
DDCLIENT_ZONEzone
DDCLIENT_PROTOCOLprotocol
DDCLIENT_SERVERserver
DDCLIENT_LOGINlogin
DDCLIENT_PASSWORDpassword
DDCLIENT_HOST(none)
Optional parameters

Already setting default paramaters.

EnvironmentDDclient param nameDefault value
DDCLIENT_VERBOSEverboseyes
DDCLIENT_DAEMONdaemon1800
DDCLIENT_SSLsslyes
DDCLIENT_USEuseweb
Setting from configuration files

Use volume mount

docker run -d \
  -v /path/to/ddclient.conf:/etc/ddclient/ddclient.conf:ro \
  --entrypoint ddclient \
  windyakin/docker-ddclient

License

MIT License

© 2018 windyakin

© 2017 Denis Gladkikh (entrypoint.sh)

Author

  • windyakin

Tag summary

Content type

Image

Digest

Size

12.7 MB

Last updated

over 8 years ago

docker pull windyakin/docker-ddclient