Skip to content

justone/crocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc

crocker - Credential Helper Helper

This is a small helper library for integrating with the Docker Credential Helpers. It handles detecting if the right helper is installed and errors out if helpers aren't found.

Example code:

import "github.com/justone/crocker"

func main() {
    c, err := crocker.New()

    err := c.Store(...)
    creds, err := c.Get(...)
    list, err := c.list(...)
    err := c.Erase(...)
}

About

Credential Helper Helper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages