Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auth options to docker compose pull #28

Open
pantharius opened this issue Dec 9, 2022 · 1 comment
Open

Add auth options to docker compose pull #28

pantharius opened this issue Dec 9, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@pantharius
Copy link

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
Copy link

Bump +1 this would be nice

@apocas apocas added the enhancement New feature or request label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants