Sign inSign up

kmlucy/docker-cloudflare-arm32v6

By kmlucy

Updated over 7 years ago

Container for Cloudflare DDNS Updater for arm32v6 architecture

Image
0

10K+

kmlucy/docker-cloudflare-arm32v6 repository overview

docker-cloudflare-arm32v6

There are two ways of running this image. The default is to run it demand:

docker run --rm -v /opt/cloudflare:/config kmlucy/docker-cloudflare-arm32v6

You can also run it as a daemon:

docker run -d --rm --name cloudflare \
	-v /opt/cloudflare:/config \
	-e RUN_AS_DAEMON=1 \
	-e DAEMON_SLEEP_TIME=600 \
	kmlucy/docker-cloudflare-arm32v6

The default sleep time is 600 seconds.

On the first run, run it as per the on demand example, and the script will create a example config file in the host volume. Modify it's contents, and on subsequent runs your IP will be updated.

Based on nouchka/docker-cloudflare-dyndns and rasmusbe/cloudflare-update-record.sh

Tag summary

Content type

Image

Digest

Size

10.4 MB

Last updated

over 7 years ago

docker pull kmlucy/docker-cloudflare-arm32v6