Working behind a proxy correctly configured for a macOS Mojave (version 10.14.5), using the IBM Blockchain Platform Extension for VS Code to run containers for the Hyperledger Fabric, I got the error:
[INFO]Error response from daemon: Container 1928fd... is not running
[ERROR] Failed to start local_fabric: Error: Failed to execute command "/bin/sh" with arguments "start.sh" return code 1
This error appears if Docker's configuration is Swarm: inactive
or Swarm: active
, under the following configuration:
node: v10.16.0 or v8.16.0
npm: 6.9.0
docker: Docker version 18.09.2, build 6247962
docker-compose: docker-compose version 1.23.2, build 1110ad01
Does anybody found and solved this problem?.