1buildah-logout(1)           General Commands Manual          buildah-logout(1)
2
3
4

NAME

6       buildah-logout - Logout of a container registry
7
8

SYNOPSIS

10       buildah logout [options] registry
11
12

DESCRIPTION

14       buildah  logout logs out of a specified registry server by deleting the
15       cached credentials stored in the auth.json file. The path  of  the  au‐
16       thentication file can be overridden by the user by setting the authfile
17       flag.    The   default   path   used   is   ${XDG_RUNTIME_DIR}/contain‐
18       ers/auth.json.  If XDG_RUNTIME_DIR is not set, the default is /run/con‐
19       tainers/$UID/auth.json.  All the cached credentials can be  removed  by
20       setting the all flag.
21
22
23       buildah [GLOBAL OPTIONS]
24
25
26       buildah logout [GLOBAL OPTIONS]
27
28
29       buildah logout [OPTIONS] REGISTRY [GLOBAL OPTIONS]
30
31

OPTIONS

33       --authfile
34
35
36       Path  of  the  authentication file. Default is ${XDG_\RUNTIME_DIR}/con‐
37       tainers/auth.json.  If XDG_RUNTIME_DIR  is  not  set,  the  default  is
38       /run/containers/$UID/auth.json.
39
40
41       Note: You can also override the default path of the authentication file
42       by setting the REGISTRY_AUTH_FILE  environment  variable.  export  REG‐
43       ISTRY_AUTH_FILE=path
44
45
46       --all, -a
47
48
49       Remove the cached credentials for all registries in the auth file
50
51
52       --help, -h
53
54
55       Print usage statement
56
57

EXAMPLES

59              $ buildah logout docker.io
60              Removed login credentials for docker.io
61
62
63
64              $ buildah logout --authfile authdir/myauths.json docker.io
65              Removed login credentials for docker.io
66
67
68
69              $ buildah logout --all
70              Remove login credentials for all registries
71
72
73

SEE ALSO

75       buildah(1), buildah-login(1)
76
77
78
79buildah                            Apr 2019                  buildah-logout(1)
Impressum