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

Unable to start docker container after running #633

Open
dchicchon opened this issue Aug 3, 2022 · 0 comments
Open

Unable to start docker container after running #633

dchicchon opened this issue Aug 3, 2022 · 0 comments

Comments

@dchicchon
Copy link

dchicchon commented Aug 3, 2022

I ran this:

docker run -p 389:389 \
   --platform linux/amd64 \
    --name ldap-service \
    --hostname ldap-service \
    --detach osixia/openldap:1.1.9

After starting container, I keep getting an newosproc error. I'm running this while using an M1 chip

No certificate file and certificate key provided, generate:
/container/service/slapd/assets/certs/ldap.crt and /container/service/slapd/assets/certs/ldap.key
runtime: failed to create new OS thread (have 2 already; errno=22)
fatal error: newosproc
runtime: failed to create new OS thread (have 2 already; errno=22)
fatal error: newosproc

runtime stack:
runtime.throw(0x54c470, 0x9)

runtime stack:
        /usr/local/go/src/runtime/panic.go:530 +0x90
runtime.newosproc(0xc820034000, 0xc820043fc0)
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

1 participant