Module
Core
Testcontainers version
1.19.8
Using the latest Testcontainers version?
Yes
Host OS
Ubuntu 22.04.4 LTS
Host Arch
x86
Docker version
What happened?
Using the following statement:
new GenericContainer<>("...")
...
.withFileSystemBind("...", "...", BindMode.READ_WRITE)
...;
creates a root:root directory/file while executed by a normal, non-root user.
Is there any way to avoid that and to create directories/files owned by the current user ?
Relevant log output
No response
Additional Information
No response