Documentation
¶
Index ¶
- func FormatWrite(fmtCtx formatter.Context, configs []swarm.Config) errordeprecated
- func InspectFormatWrite(fmtCtx formatter.Context, refs []string, getRef inspect.GetRefFunc) errordeprecated
- func NewConfigCommand(dockerCLI command.Cli) *cobra.Commanddeprecated
- func NewFormat(source string, quiet bool) formatter.Formatdeprecated
- func RunConfigCreate(ctx context.Context, dockerCLI command.Cli, options CreateOptions) errordeprecated
- func RunConfigInspect(ctx context.Context, dockerCLI command.Cli, opts InspectOptions) errordeprecated
- func RunConfigList(ctx context.Context, dockerCLI command.Cli, options ListOptions) errordeprecated
- func RunConfigRemove(ctx context.Context, dockerCLI command.Cli, opts RemoveOptions) errordeprecated
- type CreateOptionsdeprecated
- type InspectOptionsdeprecated
- type ListOptionsdeprecated
- type RemoveOptionsdeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RemoveOptions
deprecated
type RemoveOptions struct {
Names []string
}
RemoveOptions contains options for the docker config rm command.
Deprecated: this type was for internal use and will be removed in the next release.
Source Files
¶
- cmd.go
- create.go
- formatter.go
- inspect.go
- ls.go
- remove.go
Click to show internal directories.
Click to hide internal directories.