I was under the impression that DinD is just a trick to use host docker daemon, however I recently read it’s not true, that it’s really a nested containerization.
I’m interested in the mechanics of it, how Linux manages the hierarchy in terms of namespaces, cgroups volumes and network. Also which syscalls involved.
Thanks in advance 🙂