...

Text file src/github.com/docker/cli/docs/reference/commandline/logout.md

Documentation: github.com/docker/cli/docs/reference/commandline

     1# logout
     2
     3<!---MARKER_GEN_START-->
     4Log out from a registry.
     5If no server is specified, the default is defined by the daemon.
     6
     7
     8<!---MARKER_GEN_END-->
     9
    10## Examples
    11
    12```console
    13$ docker logout localhost:8080
    14```
    15
    16## Related commands
    17
    18* [login](login.md)

View as plain text