I need to run Docker in Docker in my pipelines and I am not able to start the daemon without passing the --privileged flag to the docker run command. Now, you are only able to specify a custom docker image name, but you cannot pass flags.

Is there any other way, how to start DinD inside the toolchain pipeline or would it be possible to add this feature to the classic pipelines?
Thanks a lot