mirror of
https://github.com/docker/docs.git
synced 2026-04-05 18:58:55 +07:00
12 lines
223 B
YAML
12 lines
223 B
YAML
command: docker logout
|
|
short: Log out from a Docker registry
|
|
long: Log out from a Docker registry
|
|
usage: docker logout [SERVER]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
example: |-
|
|
```bash
|
|
$ docker logout localhost:8080
|
|
```
|
|
|