Sign inSign up

matthewhuie/ddclient

By matthewhuie

•Updated about 2 years ago

Lightweight and generic ddclient container, based on Alpine Linux

Image
0

6.6K

matthewhuie/ddclient repository overview

⁠matthewhuie/ddclient

This is a Docker container that provides a lightweight and generic ddclient instance, based on Alpine Linux. It provides the latest version of ddclient from apk. This repository currently builds for multi-arch: ARMv7, ARM64, and AMD64.

buildx

⁠Getting Started

Pull the image from Docker Hub.

docker pull matthewhuie/ddclient

Create and start a container. For example, use default ddclient.conf, and run detached.

docker run -d matthewhuie/ddclient

Keep in mind, this is a barebones instance of ddclient, allowing more flexibility on how the image can be used.

For example, an existing ddclient.conf could be used.

docker run -d \
  -v /etc/ddclient.conf:/etc/ddclient.conf:ro \
  matthewhuie/ddclient

Tag summary

Content type

Image

Digest

sha256:c6aaa4cfa…

Size

15.2 MB

Last updated

about 2 years ago

docker pull matthewhuie/ddclient