-
Notifications
You must be signed in to change notification settings - Fork 14
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
最新版群晖启动失败 #7
Comments
同样,ikuaidocker和unraid都无法运行最新版1.4 |
手动添加 ikuai-bypass 的权限 chmod +x /build/ikuai-bypass compose 如下: services:
ikuai-bypass:
image: ztc1997/ikuai-bypass:latest
container_name: ikuai-bypass
command: "sh -c 'chmod +x ./ikuai-bypass && ./ikuai-bypass -c /etc/ikuai-bypass/config.yml'"
volumes:
- "/stacks/ikuai-bypass:/etc/ikuai-bypass" |
多谢,按照您的提示,在爱快容器里添加启动命令“sh -c 'chmod +x ./ikuai-bypass && ./ikuai-bypass -c /etc/ikuai-bypass/config.yml'”成功启动了 |
群晖用compose启动成功,最好还是和1.3一样 添加目录就能用就好了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
配置没动,更新了镜像就启动不了了
报错如下:
failed to create shim task: 0Cl runtime create failed: runc create failed: unable to start
container process: exec:"./ikuai-bypass": permission denied: unknown
The text was updated successfully, but these errors were encountered: