Do docker and microk8s share common ressources?

Hello,
I installed on the same host microk8s and docker.
Some application are within pods in microk8s while other are managed outside the k8s cluster with docker-compose.
I noticed that when I do a “docker compose up/down” this leads to restart of the microk8s pods.
Is there a way to make both docker apps and microk8s pods independent?
Thanks a lot