Docker image suspend in startup. #1182
caffeine-cn
started this conversation in
General
Replies: 2 comments
-
It seems like Golang program in your docker environment runs with too much logical processors. You can try to set
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
follow the install instruction https://www.bfe-networks.net/zh_cn/installation/install_using_docker/
docker run suspend in sample code
docker run -p 8080:8080 -p 8443:8443 -p 8421:8421 bfenetworks/bfe
with informationmaxprocs: Leaving GOMAXPROCS=56: CPU quota undefined
To Reproduce
install with docker with sample code
docker run -p 8080:8080 -p 8443:8443 -p 8421:8421 bfenetworks/bfe
Expected behavior
docker run successful.
Beta Was this translation helpful? Give feedback.
All reactions