Once you start a kind cluster, you probably want to know how you can access services that are accessible from outside, such as ingresses. Here is the way to get its local IP address:

$ docker container inspect kind-control-plane --format '{{ .NetworkSettings.Networks.kind.IPAddress }}'