Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Client *client.Client
Client is the default client that can be easily used
View Source
var NetworkPlugin network.Plugin
NetworkPlugin provides the chosen network plugin that should be used This should be set after parsing user input on what network mode to use
View Source
var NetworkPlugins = make(map[network.PluginName]network.Plugin)
NetworkPlugins provides the initialized network plugins indexed by their name
View Source
var Runtime runtime.Interface
Runtime provides the default container runtime
View Source
var Storage storage.Storage
Storage is the default storage implementation
Functions ¶
func Populate ¶
func Populate(providers []ProviderInitFunc) error
Populate initializes all providers
Types ¶
type ProviderInitFunc ¶
type ProviderInitFunc func() error
Click to show internal directories.
Click to hide internal directories.