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
Referenced By
Jun 2026 Auto generated by spf13/cobra