Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud auth configure-docker - Configure Docker authentication after signing in to the gdcloud CLI.
SYNOPSIS
gdcloud auth configure-docker [flags]
DESCRIPTION
Configure Docker authentication after signing in to the gdcloud CLI.
You can enable Docker certificate configuration.
You can specify the direct IP address port URL to use for artifact uploads instead of DNS.
EXAMPLES
To configure Docker authentication after signing in to the gdcloud CLI, run:
gdcloud auth configure-docker
OPTIONAL FLAGS
--config-cert If true, enable docker certificate configuration. It is optional, and false by default.
--use-ip-port If true, the direct IP port URL is used for artifacts upload instead of DNS. It is optional. (default true)
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `gdcloud auth configure-docker` command configures Docker authentication after signing into the gdcloud CLI."],["Docker certificate configuration can be enabled with the `--config-cert` flag."],["Direct IP port URLs can be used for artifact uploads instead of DNS by using the `--use-ip-port` flag, which is enabled by default."],["This command can be run standalone with no optional flags or arguments, by calling `gdcloud auth configure-docker`."]]],[]]