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

~/.docker/config.json cannot have the protocol specified #8

Closed
jcross-linkup opened this issue Nov 29, 2018 · 1 comment
Closed

~/.docker/config.json cannot have the protocol specified #8

jcross-linkup opened this issue Nov 29, 2018 · 1 comment

Comments

@jcross-linkup
Copy link
Contributor

In my ~/.docker/config.json file I have the protocol specified. That causes the following error:

$ ./docker_reg_tool https://docker-reg:5000 list repo
jq: error (at <stdin>:1): Cannot iterate over null (null)

I've created a pull request (#7) to allow the protocol to be specified in the ~/.docker/config.json file as well as ensure that jq doesn't return null silently when trying to extract the creds.

@byrnedo
Copy link
Owner

byrnedo commented Nov 30, 2018

Thanks @jcross-linkup , have merged!

@byrnedo byrnedo closed this as completed Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants