Documentation
¶
Index ¶
- func AuthResolver(dockerCLI config.Provider) ...deprecated
- func HistoryWrite(fmtCtx formatter.Context, human bool, histories []image.HistoryResponseItem) errordeprecated
- func NewBuildCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewHistoryCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewHistoryFormat(source string, quiet bool, human bool) formatter.Formatdeprecated
- func NewImageCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewImagesCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewImportCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewLoadCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewPruneCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewPullCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewPushCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewRemoveCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewSaveCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewTagCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func RunPrune(ctx context.Context, dockerCli command.Cli, all bool, filter opts.FilterOpt) (uint64, string, error)
- func TrustedReference(ctx context.Context, cli command.Cli, ref reference.NamedTagged) (reference.Canonical, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthResolver
deprecated
func AuthResolver(dockerCLI config.Provider) func(ctx context.Context, index *registrytypes.IndexInfo) registrytypes.AuthConfig
AuthResolver returns an auth resolver function from a config.Provider.
Deprecated: this function was only used internally and will be removed in the next release.
Types ¶
This section is empty.
Source Files
¶
- build.go
- cmd.go
- formatter_history.go
- history.go
- import.go
- inspect.go
- list.go
- load.go
- opts.go
- prune.go
- pull.go
- push.go
- remove.go
- save.go
- tag.go
- tree.go
- trust.go
Directories
¶
| Path | Synopsis |
|---|---|
|
internal/urlutil
Package urlutil provides helper function to check if a given build-context location should be considered a URL or a remote Git repository.
|
Package urlutil provides helper function to check if a given build-context location should be considered a URL or a remote Git repository. |
Click to show internal directories.
Click to hide internal directories.