Type Definition podman_api_stubs::models::PortMap
source · [−]pub type PortMap = HashMap<String, Option<Vec<PortBinding>>>;
Expand description
PortMap is a collection of PortBinding indexed by Port
pub type PortMap = HashMap<String, Option<Vec<PortBinding>>>;
PortMap is a collection of PortBinding indexed by Port