Description
container-executor.cfg has two properties related to dockerization.
1) module.enabled = true/false
2) docker.privileged-containers.enabled = 1/0
Here, both property takes different value to enable / disable feature. Module enabled take true/false string while docker.privileged-containers.enabled takes 1/0 integer value.
This properties behavior should be consistent. Both properties should have true or false string as value to enable or disable feature/