-
[Errno 99] error while attempting to bind on address cannot assign requested address 에러코딩/에러 2023. 7. 11. 21:33
문제 상황
도커(docker) 이미지 빌드 후 아래와 같은 에러가 뜨는 경우 가 있습니다.
분명 로컬에서는 잘되는데 이미지 빌드 후 아래와 같은 에러가 발생하게 됩니다.[Errno 99] error while attempting to bind on address ('::1', 9090, 0, 0): cannot assign requested address
해결 방법
저의 경우 어플리케이션 실행시 호스트 주소를 localhost (127.0.0.1)에서
0.0.0.0 주소로 변경 했을 떄 에러가 해결되었습니다.
아래 글을 통해 힌트를 얻었습니다.
https://github.com/ray-project/ray/issues/7084[Dashboard] OSError: [Errno 99] error while attempting to bind on address ('::1', 8265, 0, 0): cannot assign requested address
What is the problem? I am building a Docker image with my branch and am unable to start the dashboard. Node 13.x is installed. The issue appears to be a port conflict. Perhaps there is something al...
github.com
'코딩 > 에러' 카테고리의 다른 글