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 RunInspect(ctx context.Context, dockerCLI command.Cli, opts InspectOptions) error
- func RunInspectRaw(ctx context.Context, dockerCLI command.Cli, opts InspectOptions) error
- func RunPrune(ctx context.Context, dockerCli command.Cli, all bool, filter opts.FilterOpt) (uint64, string, error)
- func RunPull(ctx context.Context, dockerCLI command.Cli, opts PullOptions) error
- func RunPush(ctx context.Context, dockerCli command.Cli, opts PushOptions) error
- func RunRemove(ctx context.Context, dockerCLI command.Cli, opts RemoveOptions, ...) error
- func RunSave(ctx context.Context, dockerCLI command.Cli, opts SaveOptions) error
- func RunTag(ctx context.Context, dockerCli command.Cli, opts TagOptions) error
- func TrustedReference(ctx context.Context, cli command.Cli, ref reference.NamedTagged) (reference.Canonical, error)
- type InspectOptions
- type PullOptions
- type PushOptions
- type RemoveOptions
- type SaveOptions
- type TagOptions
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.
func HistoryWrite
deprecated
func NewBuildCommand
deprecated
func NewHistoryCommand
deprecated
func NewImageCommand
deprecated
func NewImagesCommand
deprecated
func NewImportCommand
deprecated
func NewLoadCommand
deprecated
func NewPruneCommand
deprecated
func NewPullCommand
deprecated
func NewPushCommand
deprecated
func NewRemoveCommand
deprecated
func NewSaveCommand
deprecated
func NewTagCommand
deprecated
func RunInspect ¶
func RunInspectRaw ¶
func RunPrune ¶
func RunPrune(ctx context.Context, dockerCli command.Cli, all bool, filter opts.FilterOpt) (uint64, string, error)
RunPrune calls the Image Prune API This returns the amount of space reclaimed and a detailed output string
Types ¶
type InspectOptions ¶
type PullOptions ¶
type PushOptions ¶
type RemoveOptions ¶
type SaveOptions ¶
type TagOptions ¶
Source Files
¶
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.