Hi I am currently have a Docker container on my m1 MacBook and am trying to connect to a database that is running on a container in Colima's VM. I am a bit new to networking and am not sure how to make the container's connect to one another. I want it so that when I use the ip addresses from the command for both containers:
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' <CONTAINER_ID>
and when I ping these ip addresses from both containers, they should be able to receive the signals.