Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2个安装阶段的问题。已解决,供其他人参考 #63

Open
s7lx opened this issue Apr 12, 2024 · 0 comments
Open

2个安装阶段的问题。已解决,供其他人参考 #63

s7lx opened this issue Apr 12, 2024 · 0 comments

Comments

@s7lx
Copy link

s7lx commented Apr 12, 2024

安装阶段遇到2个问题,已解决,留下解决路径,供参考

环境:Alpine Linux 3.19 ( in PVE 8.1.5 )

  1. Pulling 阶段,报错,缺libdevmapper
failed to register layer: Error processing tar file(exit status 127): Error loading shared library libdevmapper.so.1.02: No such file or directory (needed by docker-untar)

解决:apk add lvm2-dev

  1. 启动阶段,iptables错误
Network freeaskinternet_default  Error                                                                                                                                                      
failed to create network freeaskinternet_default: Error response from daemon: Failed to Setup IP tables: Unable to enable SKIP DNAT rule:  (iptables failed: iptables --wait -t nat -I DOCKER -i br-f06e5563d187 -j RETURN: iptables: No chain/target/match by that name.
 (exit status 1))

解决:重启系统,重新docker-compose up -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant