Keep frontmatter for docker, dockerd and index markdown files. Also needs to move cli.md > docker.md before generation and then move it back because cli.md is needed for yaml generation on docs website: https://github.com/docker/cli/pull/3924#discussion_r1059986605 Signed-off-by: Kevin Alvarez <crazy-max@users.noreply.github.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
19 lines
252 B
Markdown
19 lines
252 B
Markdown
# logout
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Log out from a registry.
|
|
If no server is specified, the default is defined by the daemon.
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
## Examples
|
|
|
|
```console
|
|
$ docker logout localhost:8080
|
|
```
|
|
|
|
## Related commands
|
|
|
|
* [login](login.md)
|