도커 포트 에러 (1) 썸네일형 리스트형 [TroubleShooting / Docker] An attempt was made to access a socket in a way forbidden by its access permissions. Docker 에서 포트 번호를 선 점유해서 발생하는 현상이다 powershell 에서 다음 명령어를 치면netsh interface ipv4 show excludedportrange protocol=tcpnetsh interface ipv4 show excludedportrange protocol=tcp 아래처럼 사용 불가능한 포트번호들이 나온다.도커를 끄고 재부팅후 같은 명령어를 실행한다. 재부팅을 후 같은 명령어를 넣으면 아래 처럼 범위가 훨씬 좁아졌다 그 다음 powershell 을 관리자로 실행시킨다netsh int ipv4 add excludedportrange protocol=tcp startport=8000 numberofports=1 store=persistent netsh int i.. 이전 1 다음