Sebastiaan van Stijn bcd4101f3d
tweak description of login/logout
Remove "Docker" from registry, as the registry specification is no
longer docker-specific, but part of the OCI distribution spec.

Also removed "Register" from one of the docs pages, as the login
command hasn't supported creating a new acccount on Docker Hub for
a long time.

I'm wondering if we should be more explicit about what log in / out
does (effectively; authenticate, and on success store the credentials
or token, and on log out; remove credentials/token).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-04 10:44:11 +02:00

405 B

title, description, keywords
title description keywords
logout The logout command description and usage logout, docker, registry

logout

Usage:  docker logout [SERVER]

Log out from a registry.
If no server is specified, the default is defined by the daemon.

Options:
      --help   Print usage

Examples

$ docker logout localhost:8080