luolongfei/freenom

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

francis5959 opened this issue · 7 comments

描述问题
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.

你做了哪些尝试

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

环境信息

  • 系统: openwrt x86-64,R22.03.2, K5.15.77
  • PHP 版本: (例如 php8.0)
  • 脚本版本: (例如 v0.4.5)
  • 是否 Docker: 是,版本20.10.18

额外的备注

  • Add any other context about the problem here.
  • 可额外备注比如你的运行环境是否 NAS,是否宝塔面板等信息
    虚拟机openwrt

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

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

I have the same issue.

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

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

@francis5959

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!

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

Thanks!