We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例行检查 docker logs -f a5df55426876 runtime/cgo: pthread_create failed: Operation not permitted SIGABRT: abort PC=0xd6fefb m=0 sigcode=18446744073709551610
goroutine 0 [idle]: runtime: g 0: unknown pc 0xd6fefb stack: frame={sp:0x7fffba2725c0, fp:0x0} stack=[0x7fffb9a73a40,0x7fffba272a50) /usr/local/go/src/runtime/asm_amd64.s:474 +0x8 fp=0xc000052740 sp=0xc000052730 pc=0x46b0e8 runtime.main() /usr/local/go/src/runtime/proc.go:169 +0x6d fp=0xc0000527e0 sp=0xc000052740 pc=0x43d68d runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000527e8 sp=0xc0000527e0 pc=0x46d0c1 [//]: # (方框内删除已有的空格,填 x 号)
问题描述
复现步骤
预期结果
解决方式 官网提供添加一个--privileged=true 部署命令:docker run --name one-api -d --restart always -p 3000:3000 -e TZ=Asia/Shanghai -v /home/ubuntu/data/one-api:/data justsong/one-api
docker run --privileged=true --name one-api -d --restart always -p 3000:3000 -e TZ=Asia/Shanghai -v /home/ubuntu/data/one-api:/data justsong/one-api
如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered:
方便的话可以提 PR 修改文档,如果不方便我可以自己改一下。
Sorry, something went wrong.
0f949c3
docs: update README (close #482)
c55bb67
docs: update README (close songquanpeng#482)
34006c5
4b23556
a94a457
ee0b8e1
No branches or pull requests
例行检查
docker logs -f a5df55426876
runtime/cgo: pthread_create failed: Operation not permitted
SIGABRT: abort
PC=0xd6fefb m=0 sigcode=18446744073709551610
goroutine 0 [idle]:
runtime: g 0: unknown pc 0xd6fefb
stack: frame={sp:0x7fffba2725c0, fp:0x0} stack=[0x7fffb9a73a40,0x7fffba272a50)
/usr/local/go/src/runtime/asm_amd64.s:474 +0x8 fp=0xc000052740 sp=0xc000052730 pc=0x46b0e8
runtime.main()
/usr/local/go/src/runtime/proc.go:169 +0x6d fp=0xc0000527e0 sp=0xc000052740 pc=0x43d68d
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1650 +0x1 fp=0xc0000527e8 sp=0xc0000527e0 pc=0x46d0c1
[//]: # (方框内删除已有的空格,填 x 号)
问题描述
复现步骤
预期结果
解决方式
官网提供添加一个--privileged=true
部署命令:docker run --name one-api -d --restart always -p 3000:3000 -e TZ=Asia/Shanghai -v /home/ubuntu/data/one-api:/data justsong/one-api
docker run --privileged=true --name one-api -d --restart always -p 3000:3000 -e TZ=Asia/Shanghai -v /home/ubuntu/data/one-api:/data justsong/one-api
如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered: