https://github.com/rycus86/docker-ddclient
Docker container to run ddclient
https://github.com/rycus86/docker-ddclient
Last synced: 8 months ago
JSON representation
Docker container to run ddclient
- Host: GitHub
- URL: https://github.com/rycus86/docker-ddclient
- Owner: rycus86
- License: mit
- Created: 2017-06-10T21:01:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T21:43:10.000Z (over 8 years ago)
- Last Synced: 2025-01-23T18:16:12.374Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddclient
[](https://travis-ci.org/rycus86/docker-ddclient)
This project builds Docker images with ddclient installed to allow DynDNS updates.
## Tags
- `latest`: the default
- `armhf`: to use on `armhf` hosts (like the Raspberry Pi)
- `aarch64`: to use on `aarch64` (or `arm64v8`) hosts (like the Pine 64)
### Usage
`docker run -d -it -v /etc/ddclient.conf:/etc/ddclient.conf --name ddclient rycus86/ddclient --daemon=300 --ssl --debug`
### Docker Hub
This image is available on [Docker Hub](https://hub.docker.com/r/rycus86/ddclient/)