AgustinCB / docker-api

Docker Remote API driver for node.js. It uses the same modem than dockerode, but the interface is promisified and with a fancier syntax.
GNU General Public License v3.0
301 stars 51 forks source link

upgrade docker-modem #41

Open dcharbonnier opened 6 years ago

dcharbonnier commented 6 years ago

No specific problem but the version is really old, maybe using https://greenkeeper.io/ ?

AgustinCB commented 6 years ago

Fair enough, too.

arialpew commented 6 years ago

Any news ? This package cause trouble with Webpack because it use older Docker Modem (v0.x), who use older version of JSONStream, who is not parsable by Webpack compiler (this issue was fixed but "docker-api" continue to rely on older Docker Modem ...).

AgustinCB commented 6 years ago

Not really, it's being a long time since I was able to find time to maintain this properly. I'm sorry about that. If this is currently a blocker, I'll take a look over the weekend.

That being said, if you feel brave, I'd be happy to merge prs.

arialpew commented 6 years ago

It is not very common to pack a server application with Webpack and https://github.com/javascriptismagic/shebang-loader solve the problem so 😃 . I do not really have time to make a pull request now for that.