what should be used instead of 'host.docker.internal' when using nerdctl in place of docker?
When using docker desktop, we would connect to the host machine from the container using the URL 'host.docker.internal'. however container is not able to connect to the host machine (i.e my machine) when I am using nerdctl instead of docker.…