I would like to run (Docker-in-Docker) DIND inside a SWARM cluster(Swarm Mode).
As Swarm does not support the --privileged
flag its not possible to start a DIND Container like you see in the tutorials. However --privileged
can be "emulated"
What --cap-add
flags should be used in oder to be able to run DIND in Swarm Mode?