Files
docker-cli/components/cli/man/src/logout.md
Daniel Nephin 633a71429a Read long description from a file.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 5bd015e2d9
Component: cli
2017-06-02 00:10:47 +00:00

446 B

Log out of a Docker Registry located on the specified SERVER. You can specify a URL or a hostname for the SERVER value. If you do not specify a SERVER, the command attempts to log you out of Docker's public registry located at https://registry-1.docker.io/ by default.

EXAMPLES

Log out from a registry on your localhost

# docker logout localhost:8080

See also

docker-login(1) to log in to a Docker registry server.