docker-sdk-rust/docs/Port.md
2025-06-16 16:37:36 +07:00

539 B

Port

Properties

Name Type Description Notes
ip Option<String> Host IP address that the container's port is mapped to [optional]
private_port i32 Port on the container
public_port Option<i32> Port exposed on the host [optional]
r#type String

[Back to Model list] [Back to API list] [Back to README]