dockerode-compose icon indicating copy to clipboard operation
dockerode-compose copied to clipboard

Add auth options to docker compose pull

Open pantharius opened this issue 2 years ago • 1 comments
trafficstars

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,

pantharius avatar Dec 09 '22 12:12 pantharius

Bump +1 this would be nice

mzack5020 avatar Sep 26 '23 19:09 mzack5020