We should also support Docker credential helpers, these are more common in local setups. I recently figured out how to use them for the Dev Containers extension. The code will need to be adapted, it implements a credential helper proxy: https://github.com/microsoft/vscode-remote-containers/blob/main/src/common/dockerCredentialHelper.ts
Originally posted by @chrmarti in #341 (comment)