I am following the official IBM documentation here .
It is working fine up until chaincode installation. But when i am trying to instantiate the chaincode I am getting the below error.
An error occurred during instantiation.
grpc payload is empty: error starting container: error starting container: Post http://localhost:2375/build?t=dev-jdoe-track-1.0-a9bb38bb67b2784055e024f91d0ebc8515db909bfa46b1668e9c1b93832dbbad: Failed to generate platform-specific docker build: Error returned from build: 1 "Error attaching: configured logging driver does not support reading "
I am developing chaincode in Go and it is mentioned in the official docs that Go is supported in the new IBM Blockchain Platform (here).
What else could be wrong here?