docker logout
Table of Contents:
Command Name:
docker logout
Description:
Logout from Docker Registry.
Syntax:
easywhatis$ docker logout --help
Usage: docker logout [SERVER]
Log out from a Docker registry.
If no server is specified, the default is defined by the daemon.
easywhatis$
Example:
easywhatis$ docker logout
Removing login credentials for https://index.docker.io/v1/
easywhatis$