Start tracking the dockerd and debug to contribute

Hello,

I have learn the golang and need to start contribute to the docker community, but now, after a few days of debug on the moby projet source code, i don’t really now how to track the docker daemon api call made by the cobra cli. I’m just living on the:

if err := cmd.Execute(); err != nil {
	onError(err)
}

and i don’t no how the backgroud called commands of the cobra tools are made.

can somebody help me to go to the newt steps and start to track the api call ?

Regards.