2014-06-27 06:52:36 +00:00
|
|
|
% DOCKER(1) Docker User Manuals
|
2014-07-23 02:40:10 +00:00
|
|
|
% Docker Community
|
2014-06-29 17:10:20 +00:00
|
|
|
% JUNE 2014
|
2014-06-27 06:52:36 +00:00
|
|
|
# NAME
|
2015-06-09 13:33:41 +00:00
|
|
|
docker-logout - Log out from a Docker registry.
|
2014-06-27 06:52:36 +00:00
|
|
|
|
|
|
|
# SYNOPSIS
|
2014-07-23 02:40:10 +00:00
|
|
|
**docker logout**
|
|
|
|
[SERVER]
|
2014-06-27 06:52:36 +00:00
|
|
|
|
|
|
|
# DESCRIPTION
|
2015-04-19 00:42:24 +00:00
|
|
|
Log out of a Docker Registry located on the specified `SERVER`. You can
|
2015-04-01 19:20:59 +00:00
|
|
|
specify a URL or a `hostname` for the `SERVER` value. If you do not specify a
|
|
|
|
`SERVER`, the command attempts to log you out of Docker's public registry
|
|
|
|
located at `https://registry-1.docker.io/` by default.
|
2014-06-27 06:52:36 +00:00
|
|
|
|
2014-07-23 02:40:10 +00:00
|
|
|
# OPTIONS
|
|
|
|
There are no available options.
|
|
|
|
|
|
|
|
# EXAMPLES
|
2014-06-27 06:52:36 +00:00
|
|
|
|
2015-04-01 19:20:59 +00:00
|
|
|
## Log out from a registry on your localhost
|
2014-06-27 06:52:36 +00:00
|
|
|
|
|
|
|
# docker logout localhost:8080
|
|
|
|
|
2015-03-01 06:36:00 +00:00
|
|
|
# See also
|
2016-03-01 16:28:42 +00:00
|
|
|
**docker-login(1)** to log in to a Docker registry server.
|
2015-03-01 06:36:00 +00:00
|
|
|
|
2014-06-27 06:52:36 +00:00
|
|
|
# HISTORY
|
2014-06-29 17:10:20 +00:00
|
|
|
June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io)
|
2014-07-23 02:40:10 +00:00
|
|
|
July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
|
2015-04-01 19:20:59 +00:00
|
|
|
April 2015, updated by Mary Anthony for v2 <mary@docker.com>
|