Blockchain 하이퍼레저(hyperledger) Error
에러 : Cannot start service peer0.org2.example.com: driver failed programming external
https://stackoverflow.com/questions/49334173/cannot-create-container-for-hyperledger-service-windows-10
도커 재시작 제안
도커 restart 명령어
Run this command to list all the services: sudo systemctl list-units –type=service Look for the correct Docker service name (in my case it is snap.docker.dockerd.service) then run:
sudo systemctl restart snap.docker.dockerd.service
https://stackoverflow.com/questions/43569781/unable-to-start-docker-service-with-error-failed-to-start-docker-service-unit
Creating peer1.org2.example.com ... done
Creating peer1.org1.example.com ... done
Creating peer0.org1.example.com ... done
Creating peer0.org2.example.com ... done
잘 생성되었다…
댓글남기기