Docker 문서에 따르면https://docs.docker.com/desktop/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host
나는 그것을 사용할 수 있어야 한다 host.docker.internal
. 그러나 예제를 따르면 다음과 같은 오류가 발생합니다.
/ # curl http://host.docker.internal:8000
curl: (6) Could not resolve host: host.docker.internal