Seikho / dockerode-ts

Dockerode wrapped in TypeScript
1 stars 2 forks source link

container attach missing #3

Closed philjones88 closed 7 years ago

philjones88 commented 7 years ago

dockerode has:

Container.prototype.attach = function(opts, callback) {
...
};

https://github.com/apocas/dockerode/blob/master/lib/container.js#L421

Guess at typing would be:

attach(options: {}, callback: Callback<any>): void;

Seikho commented 7 years ago

Published as v0.3.1