2014-06-27 02:52:36 -04:00
|
|
|
% DOCKER(1) Docker User Manuals
|
2014-07-22 22:40:10 -04:00
|
|
|
% Docker Community
|
2014-06-29 13:10:20 -04:00
|
|
|
% JUNE 2014
|
2014-06-27 02:52:36 -04:00
|
|
|
# NAME
|
2014-07-22 22:40:10 -04:00
|
|
|
docker-logout - Log out from a Docker registry, if no server is specified "https://index.docker.io/v1/" is the default.
|
2014-06-27 02:52:36 -04:00
|
|
|
|
|
|
|
# SYNOPSIS
|
2014-07-22 22:40:10 -04:00
|
|
|
**docker logout**
|
|
|
|
[SERVER]
|
2014-06-27 02:52:36 -04:00
|
|
|
|
|
|
|
# DESCRIPTION
|
2014-06-29 13:10:20 -04:00
|
|
|
Log the user out from a Docker registry, if no server is
|
2014-06-27 02:52:36 -04:00
|
|
|
specified "https://index.docker.io/v1/" is the default. If you want to
|
2014-06-29 13:10:20 -04:00
|
|
|
log out from a private registry you can specify this by adding the server name.
|
2014-06-27 02:52:36 -04:00
|
|
|
|
2014-07-22 22:40:10 -04:00
|
|
|
# OPTIONS
|
|
|
|
There are no available options.
|
|
|
|
|
|
|
|
# EXAMPLES
|
2014-06-27 02:52:36 -04:00
|
|
|
|
2014-06-29 13:10:20 -04:00
|
|
|
## Log out from a local registry
|
2014-06-27 02:52:36 -04:00
|
|
|
|
|
|
|
# docker logout localhost:8080
|
|
|
|
|
|
|
|
# HISTORY
|
2014-06-29 13:10:20 -04:00
|
|
|
June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io)
|
2014-07-22 22:40:10 -04:00
|
|
|
July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
|