Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 412 Bytes

File metadata and controls

27 lines (19 loc) · 412 Bytes
title logout
description The logout command description and usage
keywords logout, docker, registry

logout

Usage:  docker logout [SERVER]

Log out from a Docker registry.
If no server is specified, the default is defined by the daemon.

Options:
      --help   Print usage

Examples

$ docker logout localhost:8080

Related commands