HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/394/help/man/man1/gcloud_alpha_auth_configure-docker.1
.TH "GCLOUD_ALPHA_AUTH_CONFIGURE\-DOCKER" 1



.SH "NAME"
.HP
gcloud alpha auth configure\-docker \- register \f5gcloud\fR as a Docker credential helper



.SH "SYNOPSIS"
.HP
\f5gcloud alpha auth configure\-docker\fR [\fIREGISTRIES\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

\fB(ALPHA)\fR gcloud alpha auth configure\-docker adds the Docker
\f5credHelper\fR entry to Docker's configuration file, or creates the file if it
doesn't exist. This will register \f5gcloud\fR as the credential helper for all
Google\-supported Docker registries. If the Docker configuration already
contains a \f5credHelper\fR entry, it will be overwritten.

Note: \f5docker\fR and \f5gcloud\fR need to be on the same system \f5PATH\fR to
work correctly.

Note: This command will not work for \f5docker\fR installed via Snap, as the
\f5docker\fR snap package does not currently provide an interface for credential
helpers.

For more details on Docker registries, see https://docs.docker.com/registry/.

For more details on how to authenticate to Google Container Registry using this
command, see
https://cloud.google.com/container\-registry/docs/advanced\-authentication#gcloud\-helper.

For more details on Google Container Registry's standalone credential helpers,
see https://github.com/GoogleCloudPlatform/docker\-credential\-gcr.

For more details on Docker credential helpers, see
https://docs.docker.com/engine/reference/commandline/login/#credential\-helpers.



.SH "EXAMPLES"

To configure docker authentication after logging into gcloud, run:

.RS 2m
$ gcloud alpha auth configure\-docker
.RE

To configure docker authentication with Container Registry, e.g., \f5gcr.io\fR,
run:

.RS 2m
$ gcloud alpha auth configure\-docker gcr.io
.RE



.SH "POSITIONAL ARGUMENTS"

.RS 2m
.TP 2m
[\fIREGISTRIES\fR]

The comma\-separated list of registries to configure the credential helper for.
Container Registry is a service for storing private container images. For
available registries, see
https://cloud.google.com/container\-registry/docs/pushing\-and\-pulling#add\-registry.


.RE
.sp

.SH "GCLOUD WIDE FLAGS"

These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.

Run \fB$ gcloud help\fR for details.



.SH "NOTES"

This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:

.RS 2m
$ gcloud auth configure\-docker
.RE

.RS 2m
$ gcloud beta auth configure\-docker
.RE