hyperledger / fabric-private-chaincode

FPC enables Confidential Chaincode Execution for Hyperledger Fabric using Intel SGX.
Apache License 2.0
160 stars 91 forks source link

Remove loading docker config inside dev container #740

Closed mbrandenburger closed 8 months ago

mbrandenburger commented 9 months ago

With recent versions of Docker Desktop (and others Rancher Desktop), the docker configuration loaded into the dev container can not resolve the path to the docker socket. We let users the option to mount the docker configuration inside the container if needed.

This PR fixes #715

mbrandenburger commented 9 months ago

@munapower This should resolve Issue #715! Can you please test it. Will keep this as draft for now.