We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/.config/containers/auth.json
For some of us, we don't use docker at all, and instead use podman.
Podman uses the ~/.config/containers/auth.json path for storing credentials, however ko is setup to use the ~/.docker/config.json file.
ko
~/.docker/config.json
It would be nice to also use the ~/.config/containers/auth.json file for auth
Whilst it's no biggie to simply create the .docker directory, it's more of an annoyance than anything, especially if you don't have docker installed
.docker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some of us, we don't use docker at all, and instead use podman.
Podman uses the
~/.config/containers/auth.json
path for storing credentials, howeverko
is setup to use the~/.docker/config.json
file.It would be nice to also use the
~/.config/containers/auth.json
file for authWhilst it's no biggie to simply create the
.docker
directory, it's more of an annoyance than anything, especially if you don't have docker installedThe text was updated successfully, but these errors were encountered: