tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

vagrant won't read user profile config ~./docker/config.json #219

Closed adespain closed 4 years ago

adespain commented 4 years ago

This is where I first reported my issue:

https://github.com/awslabs/amazon-ecr-credential-helper/issues/207

When I try to use amazon-ecr-credential-helper with a vagrant machine it fails. Vagrant will try to read the /etc/docker/config.json file instead of the user profile ~/.docker/config.json. Is there a way to tell vagrant to check the user profile config before checking the /etc/docker/config.json?

codylane commented 4 years ago

This is is related to #218, all further updates will be there. I'm going to close this out for now. Please provide additional information to help support this feature/bug fix in issue #218 so that I can better reproduce this on my side.

I'd love to see some examples of what things look like before and after.