This repository was archived by the owner on Sep 14, 2025. It is now read-only.
Solution for "address family not supported by protocol" #123
jihoon-seo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(Reported by @innodreamer)
증상
(예를 들어, NCP VM 에서)
DockerCompose 모드로
./cb-operator run
을 실행했는데, IPv6 관련 에러가 발생원인
IPv6 를 지원하지 않는 VM에서 발생하는 에러임
해결 방법
moby/moby#42288
docker
라면 =>docker run -p 0.0.0.0:80:80
docker-compose.yaml
이라면 =>추후 조치
위의 2번째 해결 방법을
cb-operator 의 docker-compose.yaml 에 적용할 수도 있겠습니다.
Beta Was this translation helpful? Give feedback.
All reactions