glab-auth-docker-helper - Man Page

A Docker credential helper for GitLab container registries.

Synopsis

glab auth docker-helper [flags]

Description

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

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

Example

# 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

See Also

glab-auth(1)

Referenced By

glab-auth(1).

Jun 2026 Auto generated by spf13/cobra