Skip to content

Easily announce your new IP address to the world

Notifications You must be signed in to change notification settings

antoineraulin/docker-dnsomatic-rpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker DNS-O-Matic for Raspberry Pi

📘 This is a fork from codeworksio/docker-dnsomatic' original repo.

Easily announce your new IP address to the world.

Installation

Builds of the image are available on Docker Hub where you can download from the latest stable image.

docker pull araulin/dnsomatic-rpi

Alternatively you can build the image yourself.

docker build --tag araulin/dnsomatic-rpi \
    github.com/antoineraulin/docker-dnsomatic-rpi

Quickstart

Start container using:

docker run --detach --restart always \
    --name dnsomatic \
    --hostname dnsomatic \
    --env "DNSOMATIC_USERNAME=username" \
    --env "DNSOMATIC_PASSWORD=password" \
    araulin/dnsomatic-rpi

See

About

Easily announce your new IP address to the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 43.4%
  • Python 39.0%
  • Dockerfile 17.6%