I try to deploy minikube with parameters:
--container-runtime "containerd"
--driver "podman"
finaly it's successful, but when i go to podman container, interface is docker0 and uses
172.17.0.1/16, which the same with my internal network office.
actully it should not be used docker interface at all, as i use containerd instead of docker.