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
I'm trying to run the litcoin-core docker container on a Mac with an M1 chip. I tried the following command:
docker run --platform=linux/amd64 --rm uphold/litecoin-core \ -printtoconsole \ -regtest=1 \ -rpcallowip=172.17.0.0/16 \ -rpcauth='foo:1e72f95158becf7170f3bac8d9224$957a46166672d61d3218c167a223ed5290389e9990cc57397d24c979b4853f8e'
However I got an error:
/entrypoint.sh: assuming arguments for litecoind /entrypoint.sh: setting data directory to /home/litecoin/.litecoin runtime: failed to create new OS thread (have 2 already; errno=22) fatal error: newosproc runtime stack: runtime.throw(0x4cb21f, 0x9) /usr/local/go/src/runtime/panic.go:566 +0x95 runtime.newosproc(0xc420028000, 0xc420037fc0) /usr/local/go/src/runtime/os_linux.go:160 +0x194 runtime.newm(0x4d6db8, 0x0) /usr/local/go/src/runtime/proc.go:1572 +0x132 runtime.main.func1() /usr/local/go/src/runtime/proc.go:126 +0x36 runtime.systemstack(0x53ae00) /usr/local/go/src/runtime/asm_amd64.s:298 +0x79 runtime.mstart() /usr/local/go/src/runtime/proc.go:1079 goroutine 1 [running]: runtime.systemstack_switch() /usr/local/go/src/runtime/asm_amd64.s:252 fp=0xc420022768 sp=0xc420022760 runtime.main() /usr/local/go/src/runtime/proc.go:127 +0x6c fp=0xc4200227c0 sp=0xc420022768 runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2086 +0x1 fp=0xc4200227c8 sp=0xc4200227c0
Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered:
I created the same issue at Docker but they usually just recommend to talk to the devs of the container in question. docker/for-mac#6083
Sorry, something went wrong.
No branches or pull requests
I'm trying to run the litcoin-core docker container on a Mac with an M1 chip. I tried the following command:
However I got an error:
Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: