package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/raz0rcoder/dockerce.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.

# 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 is passed used to change the default plugin config before creating it.