package registry

import "github.com/docker/cli/cli/command/registry"

Index

Functions

func NewLoginCommand

func NewLoginCommand(dockerCli command.Cli) *cobra.Command

NewLoginCommand creates a new `docker login` command

func NewLogoutCommand

func NewLogoutCommand(dockerCli command.Cli) *cobra.Command

NewLogoutCommand creates a new `docker logout` command

func NewSearchCommand

func NewSearchCommand(dockerCli command.Cli) *cobra.Command

NewSearchCommand creates a new `docker search` command

func NewSearchFormat

func NewSearchFormat(source string) formatter.Format

NewSearchFormat returns a Format for rendering using a network Context

func SearchWrite

func SearchWrite(ctx formatter.Context, results []registrytypes.SearchResult) error

SearchWrite writes the context

Source Files

formatter_search.go login.go logout.go search.go

Version
v26.1.2+incompatible
Published
May 8, 2024
Platform
linux/amd64
Imports
18 packages
Last checked
3 seconds ago

Tools for package owners.