Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1003 Bytes

File metadata and controls

37 lines (28 loc) · 1003 Bytes
title `glab auth docker-helper`
stage AI Coding
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

A Docker credential helper for GitLab container and artifact registries.

Synopsis

Responds to Docker credential helper requests for GitLab container registries and Artifact Registries. Docker invokes this command automatically.

glab auth docker-helper [flags]

Examples

# Docker invokes the helper automatically; supported actions are 'store', 'get', and 'erase'.
# Retrieve the stored credentials for a registry:
echo registry.gitlab.com | glab auth docker-helper get

Options inherited from parent commands

  -h, --help   Show help for this command.