rpi-noip is a docker image of the official no-ip Dynamic DNS Update client
-
Setup an account in www.noip.com
-
Run
docker run -ti -v "noip:/usr/local/etc/" hypriot/rpi-noip noip2 -C
This step will ask for your noip credentials and generate the necessary configuration for your container to run
- Run
docker run -v "noip:/usr/local/etc/" --restart=always hypriot/rpi-noip
This will start your noip container daemon and it will restart it even if you restart your pi, now you can access your device anywhere in the world as it will update the DNS automatically
MIT