luolongfei / freenom

Freenom 域名自动续期。Freenom domain name renews automatically.
MIT License
3.33k stars 1.75k forks source link

openwrt docker安装至最后出现“docker: failed to register layer: operation not supported”,安装失败 #185

Open francis5959 opened 1 year ago

francis5959 commented 1 year ago

描述问题 openwrt docker安装至最后出现“docker: failed to register layer: operation not supported”,安装失败

A clear and concise description of what the bug is.

重现步骤 拉取镜像至最后出现“docker: failed to register layer: operation not supported”,安装失败

步骤一

运行“docker run -d --name freenom --restart always -v $(pwd):/conf -v $(pwd)/logs:/app/logs luolongfei/freenom 拉取镜像正常,但到最后出现“docker: failed to register layer: operation not supported”

截图&日志 docker run -d --name freenom --restart always -v $(pwd):/conf -v $(pwd)/logs:/app/logs luolongfei/freenom Unable to find image 'luolongfei/freenom:latest' locally

latest: Pulling from luolongfei/freenom 540db60ca938: Pull complete 933cf2f4a68f: Extracting [==================================================>] 1.702MB/1.702MB 93c5cc202a60: Download complete 74403c16157d: Download complete 3ec3ea2589bd: Download complete 506c26a1a3fd: Download complete 1884ed429bfb: Download complete 0426bea1cb5c: Download complete 07191f3eab51: Download complete 6df3a5dcfcbe: Download complete 08bb23c52933: Download complete 888bff0beedb: Download complete 4c43c0236280: Download complete 9e11e9a9f235: Download complete docker: failed to register layer: operation not supported.

你做了哪些尝试

描述你发现问题后做了哪些尝试,以及尝试结果,方便我快速排除某些问题,提高沟通效率。

环境信息

额外的备注

luolongfei commented 1 year ago

安装其它镜像是否报同样的错误,你的设备可能不支持 docker

francis5959 commented 1 year ago

感谢回复。换过几个版本的openwrt+docker,均出现同样问题,而安装其他镜像都正常,唯独freenom不行。

Eventide commented 1 year ago

I have the same issue.

Eventide commented 1 year ago

This issue was resolved after installing fuse-overlayfs with opkg on OpenWRT. Hope this piece of information will be helpful.

luolongfei commented 1 year ago

This issue was resolved after installing fuse-overlayfs with opkg on OpenWRT. Hope this piece of information will be helpful.

@francis5959

thematrixdev commented 1 year ago

This issue was resolved after installing fuse-overlayfs with opkg on OpenWRT. Hope this piece of information will be helpful.

A reboot is needed after installing fuse-overlayfs. Thanks!

milkman-wang commented 11 months ago

This issue was resolved after installing fuse-overlayfs with opkg on OpenWRT. Hope this piece of information will be helpful.

Thanks!