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
303 stars 51 forks source link

Docs container.events is not a function #59

Open russau opened 5 years ago

russau commented 5 years ago

https://github.com/AgustinCB/docker-api/blob/eec56266f613cebc1ffe7301f6221bc223e03486/docs/index.html#L295

The Fetch events from docker example in docs/index.html is using container.events which throws an error. Is this an older version of the API? It doesn't match the example code in examples/fetch_events.js.

Thanks, Russ