### 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 ```shell 26.1.4 ``` ### 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_