Hey, Some days ago I needed to tweak Docker a little bit to check if changing some parameters of SwarmKit would make it work more reliably. Given that the value I needed changing was hardcoded, no /etc/docker/daemon.json configuration would do the job. That meant that a fork would be needed. It turns out that building and running a forked version of Docker is not complicated once you get to know what are the pieces involved. What does the docker-ce package installs on my system? Running the d...