Sign inSign up

madduci/docker-noip

By madduci

Updated over 1 year ago

No-Ip docker image

Image
0

2.6K

madduci/docker-noip repository overview

NoIP

License

Image Details Docker Pulls Last commit Docker Stars

What is NoIP?

NoIP is a dynamic DNS service. You can access your dynamic IP address machines with the service. Know more

There is client to update the dynamic DNS IP called DUC (Dynamic Update Client).

From DUC Download page:

Our Dynamic DNS Update Client continually checks for IP address changes in the background and automatically updates the DNS at No-IP whenever it changes.

✔ Command Line Interface

✔ Quick & Easy Setup

✔ Widely Compatible

✔ Auto Host List Download

✔ Runs When Logged Out

✔ Open Source

About This Image

This is multi architecture docker image for the NoIP DUC (Dynamic Update Client)

Supported Architectures
  • arm64v8
  • amd64
  • i386

Quick Reference

Building from Sources

Using docker buildx, all you need to do is to run the following command:

docker buildx build --platform linux/amd64,linux/386,linux/arm64 -t madduci/docker-noip .  --push
Running

You need to specify the following environment variables:

  • NOIP_HOSTNAMES as a comma-separated list of domains in No-Ip
  • NOIP_USERNAME
  • NOIP_PASSWORD

Example:

docker run -d \
  --env NOIP_HOSTNAMES=my_domain \
  --env NOIP_USERNAME=yourname \
  --env NOIP_PASSWORD=yourpassword \
  madduci/docker-noip \
  --check-interval [time-interval - default 5m]

License

MIT

Tag summary

Content type

Image

Digest

sha256:dbb0f2dbe

Size

5.1 MB

Last updated

over 1 year ago

docker pull madduci/docker-noip