Dockerd on both default VRF & mgmt VRF

I’m referring to the below link to run dockers on mgmt VRF, it works fine but I need to run some containers (native containers) on default VRF where we don’t need any external network connectivity and some containers on mgmt VRF where we need the external network connectivity.

Looks like it’s not possible to run two dockerd services, one on default VRF and another on mgmt VRF, is it expected to run only one dockerd in the system? cant we have more than one?

also, worst case, if we run dockerd on mgmt VRF only, any impact to the containers created on dockerd earlier (before making docker.service file change for dockerd to run on mgmt VRF context) when dockerd was running on default VRF?

Thanks in advance,
Venkat.