You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+70Lines changed: 70 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,76 @@ cartridge build at the image build stage.
232
232
233
233
An example of how to set the `TARANTOOL_CLUSTER_COOKIE` parameter: https://github.com/tarantool/testcontainers-java-tarantool/blob/355d1e985bd10beca83bc7ca77f919a288709419/src/test/java/org/testcontainers/containers/TarantoolCartridgeBootstrapFromLuaWithFixedPortsTest.java#L57-L82
234
234
235
+
##### Mapping ports
236
+
237
+
Often there is a need to connect to a container via a certain port. To achieve this goal, you need to know the mapped
238
+
port of the port that was specified from the Java code. To get the mapped port use the `getMappedPort(...)` method
0 commit comments