D
Docker CLI
Details
- Command
-
docker - Docs
- https://docs.docker.com/reference/cli/docker/
Authentication
Docker personal access token (PAT)
$ docker login + Docker account username discovered 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 account username compound
$ docker login Acquired by the CLI — running docker login opens the auth flow and stores the credential.