Skip to main content
Logs out of a registry, removing stored credentials.

Usage

container registry logout [--debug] <registry>

Arguments

registry
string
required
Registry server name

Options

--debug
boolean
Enable debug mode

Examples

# logout from a registry
container registry logout registry.example.com

# logout from Docker Hub
container registry logout docker.io

Build docs developers (and LLMs) love