D

docker.com

Docker provides container tooling and services, including the Docker Engine runtime and Docker Hub for distributing and managing container images. It also offers organization and publisher features such as access tokens, audit logs, and pull analytics.

5 integrations · MCP · REST · CLI

Docker exposes HTTP APIs for Docker Hub, Docker Engine, and Docker Verified Publisher analytics, plus the Docker CLI and a Docker Hub MCP server; Docker Hub-facing surfaces authenticate with Docker-issued tokens and usernames, while Engine auth is instance-specific and not fully specified in Docker’s public API reference.

discovered 1d ago
MCP servers1
REST · OpenAPI3
CLI1
Credentials
Docker personal access token (PAT)api_keyGet key

In Docker Home Personal access tokens, create a new token. Docker documents PATs in Personal access tokens. Use the PAT anywhere Docker asks for an access token; for Docker Hub API login flows it is sent as the password field together with your Docker username, and for CLI auth you can use it with docker login instead of an account password.

Docker organization access token (OAT)api_keyGet key

Sign in to Docker Home, select your organization, then in the Admin Console open Access tokens and generate an organization access token as documented in Organization access tokens. These tokens are meant for automation and are scoped to organization resources.

Docker account usernamecompound$ docker login

Acquired by the CLI — running docker login opens the auth flow and stores the credential.

conventions · 0/7 published

Publish these signals → /publishing