-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
It seems that if we need an auth to pull the image in the compose file in compose.js, we need to have possibility to pass options.
So my fix proposal is simple :
async pull(serviceN, options) {
// ...
var streami = await this.docker.pull(service.image, options);
// ...
}(i'm not familiar with fork system but i mean it's just an add of 8 chars)
Regards,
mzack5020, apocas and K0rdan
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request