package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Create creates a new plugin with the specified name.
CreateInRegistry makes a plugin (locally) and pushes it to a registry.
WithBinary is a CreateOpt to set an custom binary to create the plugin with.
WithInsecureRegistry specifies that the given registry can skip host-key checking as well as fall back to plain http.
# Structs
Config wraps types.PluginConfig to provide some extra state for options extra customizations on the plugin details, such as using a custom binary to create the plugin with.
# Interfaces
CreateClient is the interface used for `BuildPlugin` to interact with the daemon.
# Type aliases
CreateOpt is passed used to change the default plugin config before creating it.