pub type ContainerCreateInfo = ContainerCreateInfo;👎Deprecated since 0.8.0:
Please use docker_sdk::container::ContainerCreateInfo. This will be removed in 0.9.0.
Aliased Type§
pub struct ContainerCreateInfo {
pub id: String,
pub warnings: Option<Vec<String>>,
}Fields§
§id: String§warnings: Option<Vec<String>>