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:
Flag | Type (if applicable) | Description |
---|---|---|
--app | string | The app slug or app ID to use in all calls. The default uses the $REPLICATED_APP environment variable. |
--authtype | string | Authorization type for the registry. Default: password |
-h, --help | Help for the command. | |
--password | string | The password to use when authenticating to the registry. |
--password-stdin | Takes the password from stdin. | |
--skip-validation | Skips the validation of the registry (not recommended). | |
--token | string | The API token used to access your application in the Vendor API. The default uses the $REPLICATED_API_TOKEN environment variable. |
--token-stdin | Takes the token from stdin. | |
--username | string | The username with which to authenticate to the registry. |