github.com/itscaro/cli@v0.0.0-20190705081621-c9db0fe93829/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 <!-- This file is maintained within the docker/cli GitHub 8 repository at https://github.com/docker/cli/. Make all 9 pull requests against that repo. If you see this file in 10 another repository, consider it read-only there, as it will 11 periodically be overwritten by the definitive file. Pull 12 requests which include edits to this file in other repositories 13 will be rejected. 14 --> 15 16 # logout 17 18 ```markdown 19 Usage: docker logout [SERVER] 20 21 Log out from a Docker registry. 22 If no server is specified, the default is defined by the daemon. 23 24 Options: 25 --help Print usage 26 ``` 27 28 ## Examples 29 30 ```bash 31 $ docker logout localhost:8080 32 ``` 33 34 ## Related commands 35 36 * [login](login.md)