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
Tried to spin a container up using the command in the readme: docker run --name localsandbox -d -p 7329:7329 -p 5672:5672 localsandbox/localsandbox
docker run --name localsandbox -d -p 7329:7329 -p 5672:5672 localsandbox/localsandbox
Container logs show the following:
2024-10-07 16:42:46 [15:42:46.022] INFO: Starting API server... 2024-10-07 16:42:46 [15:42:46.180] ERROR: Error starting server 2024-10-07 16:42:46 err: { 2024-10-07 16:42:46 "type": "TypeError", 2024-10-07 16:42:46 "message": "fetch failed: unable to get local issuer certificate", 2024-10-07 16:42:46 "stack": 2024-10-07 16:42:46 TypeError: fetch failed 2024-10-07 16:42:46 at node:internal/deps/undici/undici:13178:13 2024-10-07 16:42:46 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2024-10-07 16:42:46 at async Cg.get (/snapshot/LocalSandbox/dist/scripts/cjs/cli.js) 2024-10-07 16:42:46 at async tL (/snapshot/LocalSandbox/dist/scripts/cjs/cli.js) 2024-10-07 16:42:46 at async KL (/snapshot/LocalSandbox/dist/scripts/cjs/cli.js) 2024-10-07 16:42:46 at async t.<anonymous> (/snapshot/LocalSandbox/dist/scripts/cjs/cli.js) 2024-10-07 16:42:46 caused by: Error: unable to get local issuer certificate 2024-10-07 16:42:46 at TLSSocket.onConnectSecure (node:_tls_wrap:1685:34) 2024-10-07 16:42:46 at TLSSocket.emit (node:events:519:28) 2024-10-07 16:42:46 at TLSSocket._finishInit (node:_tls_wrap:1085:8) 2024-10-07 16:42:46 at ssl.onhandshakedone (node:_tls_wrap:871:12) 2024-10-07 16:42:46 }
The text was updated successfully, but these errors were encountered:
LOC-234 Cannot start Docker container
Sorry, something went wrong.
No branches or pull requests
Tried to spin a container up using the command in the readme:
docker run --name localsandbox -d -p 7329:7329 -p 5672:5672 localsandbox/localsandbox
Container logs show the following:
The text was updated successfully, but these errors were encountered: