Docker image to automatically update Gandi DNS with the current IP adress.
3.2K
Docker image to automatically update Gandi DNS with the current IP adress. Script "stolen" here: https://github.com/sdesbure/rpi-docker-images/blob/master/gandi/updatedns.sh.v5
docker pull sdesbure/gandilive
This image contains :
Use this image to update a DNS record to the current IP of the host:
docker run -e GANDI_API_KEY="YOUR GANDI API KEY" \
-e GANDI_HOST="THE HOST NAME IN THE GANDI DOMAIN" \
-e GANDI_DOMAIN="YOUR GANDI DOMAIN" \
--name gandi sdesbure/gandilive:latest
Every 5 minutes, the image will automatically check the current IP address of the host and, if necessary, update the DNS.
Content type
Image
Digest
Size
4.9 MB
Last updated
over 5 years ago
docker pull sdesbure/gandilive