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
|
2015-04-01 15:20:59 -04:00
|
|
|
docker-logout - Log out from a Docker Registry Service.
|
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
|
2015-04-01 15:20:59 -04:00
|
|
|
Log out of a Docker Registry Service located on the specified `SERVER`. You can
|
|
|
|
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 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
|
|
|
|
2015-04-01 15:20:59 -04:00
|
|
|
## Log out from a registry on your localhost
|
2014-06-27 02:52:36 -04:00
|
|
|
|
|
|
|
# docker logout localhost:8080
|
|
|
|
|
2015-03-01 01:36:00 -05:00
|
|
|
# See also
|
|
|
|
**docker-login(1)** to register or log in to a Docker registry server.
|
|
|
|
|
2014-06-27 02:52:36 -04:00
|
|
|
# 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>
|
2015-04-01 15:20:59 -04:00
|
|
|
April 2015, updated by Mary Anthony for v2 <mary@docker.com>
|