check docker desktop host ip code example
Example 1: show ip in docker
docker-ip YOUR_CONTAINER_ID
Example 2: show ip in docker
docker inspect <container_ID Or container_name> |grep 'IPAddress'
docker-ip YOUR_CONTAINER_ID
docker inspect <container_ID Or container_name> |grep 'IPAddress'