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
I was expecting to find it in the repo as the classpathResourceMapping parameter is exposed in the constructor, but found none.
Do you think is worth adding it? It should be easy and a mirror of the classpathResourceMapping
Cheers
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to use a
GenericContainer
, move jar on it, run the command etc etcThen I wish to get the output result of such a command that writes on a specific container's path. On
testcontainers-java
I see that theGenericContainer
haswithFileSystemBind
method that links a host's directory to a container's one.https://github.com/testcontainers/testcontainers-java/blob/master/core/src/main/java/org/testcontainers/containers/GenericContainer.java#L1001
I was expecting to find it in the repo as the
classpathResourceMapping
parameter is exposed in the constructor, but found none.Do you think is worth adding it? It should be easy and a mirror of the
classpathResourceMapping
Cheers
The text was updated successfully, but these errors were encountered: