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

Cannot start Docker container #66

Open
kntajus opened this issue Oct 7, 2024 · 1 comment
Open

Cannot start Docker container #66

kntajus opened this issue Oct 7, 2024 · 1 comment

Comments

@kntajus
Copy link

kntajus commented Oct 7, 2024

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:

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     }
Copy link

linear bot commented Oct 7, 2024

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