rtang03/fabric-cd

research how to use live and ready probe in chaincode container

Closed this issue · 1 comments

research how to use live and ready probe in chaincode container

The chaincode is launched via "fabric-server start". It does not like a nodejs http server. Cannot do similar approach as auth-server.

May try. Using a shell script wrapper approach in Dockerfile. And, so it additionally add a http server to provide health probe. Still, no idea how to detect the healthiness of chaincode server.