apocas / dockerode

Docker + Node = Dockerode (Node.js module for Docker's Remote API)
Apache License 2.0
4.39k stars 464 forks source link

ContainerStartOptions does not contain abortSignal property #745

Closed axel7083 closed 1 year ago

axel7083 commented 1 year ago

It seems to be supported, but the typescript does not show it as a valid property

https://github.com/apocas/dockerode/blob/323ba36402911a71a4e2fc9671f5968b065c9acf/lib/exec.js#L21-L28

axel7083 commented 1 year ago

Okey the types are not exposed in this repository. But in @types/dockerode