mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
b30609446d
Some frontmatter such as the weights, menu stuff, etc is no longer used 'draft=true' becomes 'published: false' Signed-off-by: Misty Stanley-Jones <misty@docker.com>
21 lines
362 B
Markdown
21 lines
362 B
Markdown
---
|
|
title: "logout"
|
|
description: "The logout command description and usage"
|
|
keywords: ["logout, docker, registry"]
|
|
---
|
|
|
|
# logout
|
|
|
|
```markdown
|
|
Usage: docker logout [SERVER]
|
|
|
|
Log out from a Docker registry.
|
|
If no server is specified, the default is defined by the daemon.
|
|
|
|
Options:
|
|
--help Print usage
|
|
```
|
|
|
|
For example:
|
|
|
|
$ docker logout localhost:8080
|