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 auth config support #186

Merged
merged 1 commit into from
Dec 19, 2023
Merged

docker auth config support #186

merged 1 commit into from
Dec 19, 2023

Conversation

crazy-max
Copy link
Owner

@cdupuis
Copy link

cdupuis commented Dec 19, 2023

Awesome 🚀 Thank you.

@crazy-max crazy-max merged commit 7318608 into main Dec 19, 2023
28 checks passed
@crazy-max crazy-max deleted the docker-auth branch December 19, 2023 15:28
@huapox
Copy link

huapox commented Jul 5, 2024

Great, usable for me:

headless @ barge in ~ |18:07:22  
$ cat .docker/config.json 
{
	"auths": {
		"test.registry.ssl:8143": {
			"auth": "XXX="
		},
        "172.25.20.161:18443": {
			"auth": "XXX="
		}
	},
	"HttpHeaders": {
		"User-Agent": "Docker-Client/18.09.8 (linux)"
	}
}
``

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

Successfully merging this pull request may close these issues.

3 participants