Documentation
¶
Index ¶
- func NewContextCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func RunCreate(dockerCLI command.Cli, o *CreateOptions) errordeprecated
- func RunExport(dockerCli command.Cli, opts *ExportOptions) errordeprecated
- func RunImport(dockerCLI command.Cli, name string, source string) errordeprecated
- func RunRemove(dockerCLI command.Cli, opts removeOptions, names []string) errordeprecated
- func RunUpdate(dockerCLI command.Cli, o *UpdateOptions) errordeprecated
- func RunUse(dockerCLI command.Cli, name string) errordeprecated
- type CreateOptionsdeprecated
- type ExportOptionsdeprecated
- type RemoveOptionsdeprecated
- type UpdateOptionsdeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContextCommand
deprecated
func RunCreate
deprecated
func RunCreate(dockerCLI command.Cli, o *CreateOptions) error
Deprecated: this function was for internal use and will be removed in the next release.
func RunExport
deprecated
func RunExport(dockerCli command.Cli, opts *ExportOptions) error
RunExport exports a Docker context
Deprecated: this function was for internal use and will be removed in the next release.
func RunUpdate
deprecated
func RunUpdate(dockerCLI command.Cli, o *UpdateOptions) error
RunUpdate updates a Docker context
Deprecated: this function was for internal use and will be removed in the next release.
Types ¶
type CreateOptions
deprecated
type ExportOptions
deprecated
type RemoveOptions
deprecated
type RemoveOptions struct {
Force bool
}
RemoveOptions are the options used to remove contexts
Deprecated: this type was for internal use and will be removed in the next release.
type UpdateOptions
deprecated
Click to show internal directories.
Click to hide internal directories.