This is the second part of the Fabric Tutorial series, which introduces the implementation of Fabric minimization based on Docker in a single-machine environment.

The tutorial directory structure is as follows:

  1. Introduction to the
  2. Deploy minimal Fabric networks based on Docker
  3. Deploy multiple fabric networks based on Docker
  4. One-click DEPLOYMENT of the K8S cluster
  5. One-click Fabric network deployment based on helm
  6. Domestic network under the network set up adjustment details
  7. Summary on pit


This tutorial is operated on ali Cloud overseas server. Due to domestic network problems, docker and image are difficult to download. The following sixth chapter introduces details of script adjustment under domestic network.

The following table lists the host system versions

[root@test ~]# cat /etc/redhat-release 
CentOS Linux release 7.6.1810 (Core) 
[root@test ~]# uname -a
Linux test3.10.0-957.21.3. El7. X86_64#1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Copy the code


The fabric network topology is as follows:

A key to start
cd ~
git clone https://github.com/jiang11958/fabric-solo
cd ~/fabric-solo
sh run.sh start
Copy the code
A key to remove
cd ~/fabric-solo
sh run.sh stop
Copy the code