Sign inSign up

stanback/alpine-inadyn

By stanback

Updated over 6 years ago

Docker image containing the inadyn 2.x dynamic DNS client.

Image
2

100K+

stanback/alpine-inadyn repository overview

Inadyn + Alpine Linux Docker Image

This repository contains a Dockerfile for building a lighweight Docker image with the inadyn dynamic DNS client.

Running

Edit the inadyn.conf to match your configuration and run the following (the scripts and cache directories are optional):

docker run \
   -d \
   -v $PWD/inadyn.conf:/usr/local/etc/inadyn.conf \
   -v $PWD/scripts:/usr/share/inadyn \
   -v $PWD/cache:/var/cache/inadyn \
   --name=inadyn \
   --restart=always \
   stanback/alpine-inadyn

Tag summary

Content type

Image

Digest

Size

12.2 MB

Last updated

over 6 years ago

docker pull stanback/alpine-inadyn