You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./network.sh up -s couchdb
./network.sh createChannel -c mychannel
results in the fabric network being recreated by the createChannel command using levelDB. The reason for this is due to this check in the createChannel Function of network.sh
as no fabric-tools image now pulled and launched the check that there are less than 4 images running is not correct.
I do have to question as to why does the createChannel attempt to start a network if no network exists ? The paradigm of doing a single action may be better here and just have the up command do it
Doing the following
results in the fabric network being recreated by the createChannel command using levelDB. The reason for this is due to this check in the
createChannel
Function ofnetwork.sh
as no fabric-tools image now pulled and launched the check that there are less than 4 images running is not correct.
I do have to question as to why does the createChannel attempt to start a network if no network exists ? The paradigm of doing a single action may be better here and just have the up command do it
But as of now it is wrong so a quick fix would be
The text was updated successfully, but these errors were encountered: