Skip to content

Raspberry Pi Docker container for No-IP DNS updater

License

Notifications You must be signed in to change notification settings

cwmyers/rpi-docker-no-ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-docker-no-ip

This is a simple Docker container for running the No-IP dynamic DNS update script for the Raspberry Pi (ARM architecture). It will keep your domain.ddns.net DNS alias up-to-date as your home IP changes. The script runs every 5 minutes.

This is based off https://github.com/coppit/docker-no-ip by David Coppit

Usage

This docker image is available here.

Run:

sudo docker run --name=noip -d -v /etc/localtime:/etc/localtime -v /config/dir/path:/config cwmyers/rpi-no-ip

When run for the first time, a file named noip.conf will be created in the config dir, and the container will exit. Edit this file, adding your username (email), password, and domains. Then rerun the command.

To check the status, run docker logs noip.

About

Raspberry Pi Docker container for No-IP DNS updater

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%