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

最新版群晖启动失败 #7

Open
chenlu964 opened this issue Jun 3, 2024 · 5 comments
Open

最新版群晖启动失败 #7

chenlu964 opened this issue Jun 3, 2024 · 5 comments

Comments

@chenlu964
Copy link

配置没动,更新了镜像就启动不了了
报错如下:
failed to create shim task: 0Cl runtime create failed: runc create failed: unable to start
container process: exec:"./ikuai-bypass": permission denied: unknown

@chenlu964
Copy link
Author

77

@Delyfeel
Copy link

同样,ikuaidocker和unraid都无法运行最新版1.4

@ZoftTy
Copy link

ZoftTy commented Jun 25, 2024

手动添加 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"

@Delyfeel
Copy link

sh -c 'chmod +x ./ikuai-bypass && ./ikuai-bypass -c /etc/ikuai-bypass/config.yml'

多谢,按照您的提示,在爱快容器里添加启动命令“sh -c 'chmod +x ./ikuai-bypass && ./ikuai-bypass -c /etc/ikuai-bypass/config.yml'”成功启动了

@chenlu964
Copy link
Author

chenlu964 commented Jul 4, 2024

群晖用compose启动成功,最好还是和1.3一样 添加目录就能用就好了

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

3 participants