We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4ba78 commit fc22a55Copy full SHA for fc22a55
mirrord/config/src/container.rs
@@ -56,8 +56,8 @@ pub struct ContainerConfig {
56
57
/// ### container.override_host_ip {#container-override_host_ip}
58
///
59
- /// Allow the setting of override ip addr for intproxy to use when using mirrord containers
60
- /// feature
+ /// Allows to override the IP address for the internal proxy to use
+ /// when connecting to the host machine from within the container.
61
62
/// ```json5
63
/// {
@@ -67,7 +67,7 @@ pub struct ContainerConfig {
67
/// }
68
/// ```
69
70
- /// This should be useful if your host machine is exposed via different ip addr than one bound
71
- /// as host
+ /// This should be useful if your host machine is exposed with a different IP address than the one
+ /// bound as host.
72
pub override_host_ip: Option<IpAddr>,
73
}
0 commit comments