Switch2Logic / first-fabric-network-setup

I am busy learning Hyperledger Fabric.
0 stars 0 forks source link

docker-stack-deploy.yaml not working as expected. #1

Open Switch2Logic opened 6 years ago

Switch2Logic commented 6 years ago

I setup a docker swarm with a overlay network called rebelnet. Running docker stack deploy does not work. I am sure it has something to do with volumes and the way I ma handeling that. Also I dont like that it creates it own service names. I left this networking approach for now. I manual install docker-compose.yaml on each machine.

Switch2Logic commented 6 years ago

I manged to fix this issue.