github.com/hms58/moby@v1.13.1/man/docker-logout.1.md (about)

     1  % DOCKER(1) Docker User Manuals
     2  % Docker Community
     3  % JUNE 2014
     4  # NAME
     5  docker-logout - Log out from a Docker registry.
     6  
     7  # SYNOPSIS
     8  **docker logout**
     9  [SERVER]
    10  
    11  # DESCRIPTION
    12  Log out of a Docker Registry located on the specified `SERVER`. You can
    13  specify a URL or a `hostname` for the `SERVER` value. If you do not specify a
    14  `SERVER`, the command attempts to log you out of Docker's public registry
    15  located at `https://registry-1.docker.io/` by default.  
    16  
    17  # OPTIONS
    18  There are no available options.
    19  
    20  # EXAMPLES
    21  
    22  ## Log out from a registry on your localhost
    23  
    24      # docker logout localhost:8080
    25  
    26  # See also
    27  **docker-login(1)** to log in to a Docker registry server.
    28  
    29  # HISTORY
    30  June 2014, Originally compiled by Daniel, Dao Quang Minh (daniel at nitrous dot io)
    31  July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
    32  April 2015, updated by Mary Anthony for v2 <mary@docker.com>