Skip to content

justone/crocker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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