vendor: update containers/common

Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
This commit is contained in:
Michael Zimmermann
2024-11-12 19:59:01 +01:00
parent 3f10c91e0b
commit 3e47e0bc8c
5 changed files with 7 additions and 5 deletions

View File

@ -269,6 +269,8 @@ type PerNetworkOptions struct {
// InterfaceName for this container. Required in the backend.
// Optional in the frontend. Will be filled with ethX (where X is a integer) when empty.
InterfaceName string `json:"interface_name"`
// Driver-specific options for this container.
Options map[string]string `json:"options,omitempty"`
}
// NetworkOptions for a given container.

View File

@ -1,4 +1,4 @@
package version
// Version is the version of the build.
const Version = "0.61.0"
const Version = "0.62.0-dev"