fabric-samples/first-network/base
BA e88873f2e1 Error when trying to instanciate chaincode
CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE is set to "byfn_default" but this network interface does not exist, resulting in an error when trying to instanciate chainecode. As the docker compose file is in the folder "first-network", docker will create a default network called "firstnetwork_default", so should change the env. variable accordingly.
Other solution could be to define a custom network "byfn_default" in the docker-compose-cli.yaml file using top-level key "networks" (https://docs.docker.com/compose/networking/)
2017-06-22 16:06:11 +02:00
..
docker-compose-base.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
peer-base.yaml Error when trying to instanciate chaincode 2017-06-22 16:06:11 +02:00