A simple Docker container for running the mdmower/bash-no-ip-updater to update the ip of an account on no-ip.com.
First, create config file in the config dir. Then run with one of following methods.
docker run -it --rm -v $(pwd)/config/config:/bin/config noip-updater:latest
docker run -it --rm -v $(pwd)/config/config:/bin/config noip-updater:latest cron
docker-compose up