GitHub stilleshan/dockerfiles
Docker stilleshan/ddns-dnspod
docker image support for X86 and ARM
基于腾讯云 dnspod.cn DDNS 的 docker 镜像.
2021-06-11 更新 docker 镜像,新增同时支持 X86 和 ARM 架构.
docker run -d \
--name=ddns-dnspod \
--restart=always \
-e "login_token=token_id,token" \
-e "domain=domain.com" \
-e "sub_domain=www" \
-e "interval=10" \
-e "ip_count=1" \
stilleshan/ddns-dnspod
下载 docker-compose.yml 执行以下命令启动:
docker-compose up -d
- login_token: 填写
dnspod.cn
申请的API TOKEN
- domain: 填写
根域名
- sub_domain: 填写
子域名
使用二级域名来作为 ddns 域名,例如以下示例使用 ddns.ioiox.com ,需要使用的正式域名添加 CNAME 指向 ddns.ioiox.com 即可.
docker run -d \
--name=ddns-dnspod \
--restart=always \
-e "login_token=123456,5MTlmZRFZrWkdFMVTU2VFE9PX" \
-e "domain=ioiox.com" \
-e "sub_domain=ddns" \
-e "interval=10" \
-e "ip_count=1" \
stilleshan/ddns-dnspod