testcontainers-scala icon indicating copy to clipboard operation
testcontainers-scala copied to clipboard

Privileged mode support

Open DenisNovac opened this issue 3 years ago • 0 comments

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?

DenisNovac avatar Apr 16 '22 12:04 DenisNovac