testcontainers-scala
testcontainers-scala copied to clipboard
Privileged mode support
Hi everyone. Java TestContainers supports the privileged containers run. It might be really handy to use testcontainers on Fedora and other SELinux workstations. As far as i see, in this wrapper we only have privilegedMode function in Container which is just checking the underlying container. I wonder if there is a way to set the GenericContainer to privileged mode?