Skip to content

Lightweight and generic ddclient container, based on slimmed Debian

Notifications You must be signed in to change notification settings

matthewhuie/docker-ddclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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, running on the edge version of Alpine Linux. 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/ddclient.conf:ro \
  matthewhuie/ddclient

Links

About

Lightweight and generic ddclient container, based on slimmed Debian

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published