devcontainers / cli

A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
https://containers.dev
MIT License
1.4k stars 195 forks source link

Forward docker credentials from docker cred helper #842

Open AvishayHirsh opened 1 month ago

AvishayHirsh commented 1 month ago

Hi ,

i have found this comment in vscode-remote-release by @chrmarti :

https://github.com/microsoft/vscode-remote-release/issues/5205#issuecomment-1857536425

meanning in vscode you forward creds to devcontainer... can this be ported to the cli as well ?

thanks

samruddhikhandale commented 4 weeks ago

@chrmarti Can you confirm? thanks!