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
306 stars 50 forks source link

Use the latest version of `docker-modem` #82

Open mtp1376 opened 1 year ago

mtp1376 commented 1 year ago

Currently the project is using an obsolete version of docker-modem: https://github.com/AgustinCB/docker-api/blob/2098bd424e71ccdde8f379edac6acc2b47b317b2/package.json#L44

This version does not support SSH and therefore I can't use the library for our project (which needs connecting to the remote Docker engine over SSH).