github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/docs/reference/commandline/logout.md (about)

     1  ---
     2  title: "logout"
     3  description: "The logout command description and usage"
     4  keywords: "logout, docker, registry"
     5  ---
     6  
     7  # logout
     8  
     9  ```markdown
    10  Usage:  docker logout [SERVER]
    11  
    12  Log out from a Docker registry.
    13  If no server is specified, the default is defined by the daemon.
    14  
    15  Options:
    16        --help   Print usage
    17  ```
    18  
    19  ## Examples
    20  
    21  ```bash
    22  $ docker logout localhost:8080
    23  ```
    24  
    25  ## Related commands
    26  
    27  * [login](login.md)