Adds the '--privileged' parameter to Docker's run command. This is useful if you want to run
Docker in Docker from your build.
Please be aware a “privileged” container is given access to all devices, so the isolation you get
in this mode is significantly reduced. Read
documentation
for more details.