caddy-log-exporter/vendor/github.com/cpuguy83/dockercfg
2024-09-23 09:37:27 +02:00
..
auth.go tes: adds integration tests with testcontainers 2024-09-23 09:37:27 +02:00
config.go tes: adds integration tests with testcontainers 2024-09-23 09:37:27 +02:00
LICENSE tes: adds integration tests with testcontainers 2024-09-23 09:37:27 +02:00
load.go tes: adds integration tests with testcontainers 2024-09-23 09:37:27 +02:00
README.md tes: adds integration tests with testcontainers 2024-09-23 09:37:27 +02:00

github.com/cpuguy83/dockercfg

Go library to load docker CLI configs, auths, etc. with minimal deps. So far the only deps are on the stdlib.

Usage

See the godoc for API details.

I'm currently using this in zapp to handle registry auth instead of always asking the user to enter it.