diff --git a/src/network/types.rs b/src/network/types.rs index 9c3659f8..0e82bee1 100644 --- a/src/network/types.rs +++ b/src/network/types.rs @@ -112,6 +112,10 @@ pub struct PerNetworkOptions { /// MAC address for the container interface. #[serde(rename = "static_mac")] pub static_mac: Option, + + /// Driver-specific options for this container. + #[serde(rename = "options")] + pub options: Option>, } /// PortMapping is one or more ports that will be mapped into the container.