Docker Hub
dockerhubAuthenticate with Docker Hub using access tokens or password. Access repositories and organizations.
🔐 Authentication Methods
access_token
Access Token
Register at: https://hub.docker.com/settings/security
- Go to Docker Hub > Settings > Security
- Create a new access token
- Copy the token
password
Password
Register at: https://hub.docker.com
- Use your Docker ID password
- Note: Access tokens are recommended for CLI use
👤 Identity
Account: e.g., username or namespace
🌐 APIs
v2
Base URL: https://registry-1.docker.io/v2
Auth Header: Bearer {token}
Spec Type: openapi
Methods: access_token password