node-sdk
node-sdk copied to clipboard
Docker CLI gRPC JavaScript SDK
This is an experiment to add (partial) support for bun runtime (only supports use with docker.sock unix domain socket)
see https://github.com/docker/node-sdk/actions/runs/18352494642/job/52275957022?pr=30 this maybe demonstrates an actual bug with raw stream processing
**- What I did** Fixes #31 "investigate flaky test" **- How I did it** Explicitly waiting for stdout stream to finish by calling stream.end() and listening for the 'finish' event....