본문 바로가기

BlockChain Developer/Private Blockchain

[Error] got unexpected status: FORBIDDEN -- config update for existing channel did not pass initial checks: implicit policy evaluation failed - 0 sub-policies were satisfied, but this policy requires 1 of the 'Writers' sub-policies to be satisfied: perm..

에러메세지

 

이렇게 정책문제가 나타날 경우, 대부분 도커 문제에서 해결이 된다.

 

다음 명령어를 통해 도커를 완전히 비워준 후 다시 하자.

 

#네트워크 내리기
./network.sh down

#도커 완전히 비우기.
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker volume prune