1DOCKER(1)                          JUNE 2014                         DOCKER(1)
2
3
4

NAME

6       docker-logout - Log out from a Docker registry.
7
8
9

SYNOPSIS

11       docker logout [SERVER]
12
13
14

DESCRIPTION

16       Log out of a Docker Registry located on the specified SERVER. You can
17       specify a URL or a hostname for the SERVER value. If you do not specify
18       a SERVER, the command attempts to log you out of Docker's public
19       registry located at https://registry-1.docker.io/ by default.
20
21
22

OPTIONS

24       There are no available options.
25
26
27

EXAMPLES

Log out from a registry on your localhost

30              # docker logout localhost:8080
31
32
33
34

See also

36       docker-login(1) to log in to a Docker registry server.
37
38
39

HISTORY

41       June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at
42       nitrous dot io) July 2014, updated by Sven Dowideit
43       ⟨SvenDowideit@home.org.au⟩ April 2015, updated by Mary Anthony for v2
44       ⟨mary@docker.com⟩
45
46
47
48Docker Community              Docker User Manuals                    DOCKER(1)
Impressum