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

Revert "Allow non streaming call to container.stats" #69

Closed AgustinCB closed 3 years ago

AgustinCB commented 3 years ago

Reverts AgustinCB/docker-api#65

The change breaks the existing interface. Reverting. Will implement the change without breaking existing calls.