Describe the bug
When specifiying ryuk.disabled and ryuk.containers.privileged, the values are not listened to in ~/testcontainers.properties
To Reproduce
Set
ryuk.disabled=true
ryuk.container.privileged=false
in ~/.testcontainers.properties
Runtime environment
Irrelevant. The code for handing containers is written incorrectly.
#863