Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 966 Bytes

File metadata and controls

36 lines (27 loc) · 966 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 registries.

Synopsis

Responds to Docker credential helper requests for GitLab container 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.