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
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?
The text was updated successfully, but these errors were encountered:
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 inContainer
which is just checking the underlying container. I wonder if there is a way to set theGenericContainer
to privileged mode?The text was updated successfully, but these errors were encountered: