docker-credential-flatfile

module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2022 License: MIT

README

docker-credential-flatfile

Flatfile Docker Credential Helper

WARNING: This is severely and really insecure, it stores the secrets in plain text, not even obscured.

This is for CI systems where the docker login command can't use the system keystores (macOS, etc).

Usage

Download the latest release and put it in /usr/local/bin/, change the credsStore in ~/.docker/config.json to flatfile.

Example:

{
  "auths": {},
  "credsStore": "flatfile",
  "experimental": "disabled",
  "stackOrchestrator": "swarm"
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL