.nh .TH skopeo-logout(1) .SH NAME skopeo-logout \- Logout of a container registry. .SH SYNOPSIS \fBskopeo logout\fP [\fIoptions\fP] \fIregistry\fP .SH DESCRIPTION \fBskopeo logout\fP logs out of a specified registry server by deleting the cached credentials stored in the \fBauth.json\fP file. The path of the credentials file can be overridden by the user by setting the \fBauthfile\fP flag. All the cached credentials can be removed by setting the \fBall\fP flag. .SH OPTIONS See also skopeo(1) for options placed before the subcommand name. .PP \fB--authfile\fP=\fIpath\fP .PP Path of the managed registry credentials file. On Linux, the default is ${XDG_RUNTIME_DIR}/containers/auth.json. See \fBcontainers-auth.json\fP(5) for more details about the default on other platforms. .PP The default value of this option is read from the \fBREGISTRY\\_AUTH\\_FILE\fR environment variable. .PP \fB--compat-auth-file\fP=\fIpath\fP .PP Instead of updating the default credentials file, update the one at \fIpath\fP, and use a Docker-compatible format. .PP \fB--all\fP, \fB-a\fP .PP Remove the cached credentials for all registries in the auth file .PP \fB--help\fP, \fB-h\fP .PP Print usage statement .PP \fB--tls-verify\fP=\fIbool\fP .PP Require HTTPS and verify certificates when talking to the container registry or daemon. Default to registry.conf setting. .SH EXAMPLES .EX $ skopeo logout docker.io Remove login credentials for docker.io .EE .EX $ skopeo logout --authfile authdir/myauths.json docker.io Remove login credentials for docker.io .EE .EX $ skopeo logout --all Remove login credentials for all registries .EE .SH SEE ALSO skopeo(1), skopeo-login(1), containers-auth.json(5) .SH HISTORY May 2020, Originally compiled by Qi Wang qiwan@redhat.com \[la]mailto:qiwan@redhat.com\[ra]