What should be the CORE_PEER_CHAINCODEADDRESS when the peer is not running in a docker container? E.g., peer is running on the host and listening for chaincode at 0.0.0.0:7052. If we set CORE_PEER_CHAINCODEADDRESS
to 127.0.0.1:7051 then for the chaincode container 127.0.0.1 maps to the docker container itself not the host.