diff --git a/docs/modules/socat.md b/docs/modules/socat.md index 2a9cfa26a9..93d4822a87 100644 --- a/docs/modules/socat.md +++ b/docs/modules/socat.md @@ -54,6 +54,8 @@ In example: `Run(context.Background(), "alpine/socat:1.8.0.1")`. #### WithTarget +- Not available until the next release of testcontainers-go :material-tag: main + The `WithTarget` function sets a single target for the Socat container, defined by the `Target` struct. This struct can be built using the the following functions: @@ -72,6 +74,8 @@ The Socat container exposes the following methods: #### TargetURL +- Not available until the next release of testcontainers-go :material-tag: main + The `TargetURL(port int)` method returns the URL for the exposed port of a target, nil if the port is not mapped.