I'm was trying to set up testcontainers https://testcontainers.com/ in deno. Their SDK makes a socket connection to local docker using node http. However, this same connection is broken in deno. I'm just wondering if it's my machine or something is wrong with node:http. Here is more info https://github.com/denoland/deno/issues/27675
Testcontainers is an opensource library for providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Summary: Deno's node:http module behaves differently than Node.js's http module when using http.request with the socketPath option to connect to the Docker socket. Instead of connecting to ...
No replies yet
Join the Discord to continue the conversation
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.