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

add auth on service create / update #45

Closed dcharbonnier closed 6 years ago

dcharbonnier commented 6 years ago

required to deploy a service on a swarm with a private repository Like the PR few days ago I added the parameter at the end to avoid a breaking change but this should be more consistent on a 2.x version

AgustinCB commented 6 years ago

lgtm