-
v0.6.0 Stable
released this
2024-11-25 19:50:36 +00:00 | 10 commits to master since this releaseAdds support for Docker credentials via the Docker credential-helper protocol. Currently no mechanism for automatically adding
docker-credential-creddy
to$PATH
, so you will have to do that yourself. Example:#!/bin/bash creddy docker $@
Downloads