Skip to main content

registry add dockerhub

Add a DockerHub registry using a username/password or an account token.

Usage

replicated registry add dockerhub [flags]

The following flags are supported:

FlagType (if applicable)Description
--appstringThe app slug or app ID to use in all calls. The default uses the $REPLICATED_APP environment variable.
--authtypestringAuthorization type for the registry. Default: password
-h, --helpHelp for the command.
--passwordstringThe password to use when authenticating to the registry.
--password-stdinTakes the password from stdin.
--skip-validationSkips the validation of the registry (not recommended).
--tokenstringThe API token used to access your application in the Vendor API. The default uses the $REPLICATED_API_TOKEN environment variable.
--token-stdinTakes the token from stdin.
--usernamestringThe username with which to authenticate to the registry.