generated from songquanpeng/gin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Docker run failed with runtime/cgo: pthread_create failed: Operation not permitted #966
Open
5 tasks done
Labels
bug
Something isn't working
Comments
The above issue has been solved by add Another issue:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@songquanpeng Hi, could you please give some advice for this issue?
例行检查
问题描述
Env:
CentOS-7
复现步骤
docker run --name one-api -itd --net host -e SQL_DSN="root:123456@tcp(localhost:3306)/oneapi" -e TZ=Asia/Shanghai -v /workspace/data/one-api:/data justsong/one-api --privileged true /bin/bash
预期结果
相关截图
Maybe related to this issue: docker-library/golang#467
The text was updated successfully, but these errors were encountered: