1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# fab test [root@192.168.85.99:22] Executing task 'task1' [root@192.168.85.99:22] run: ls /home/ -l | wc -l [root@192.168.85.99:22] out: 27 [root@192.168.85.99:22] out: [root@192.168.85.100:22] Executing task 'task2' [root@192.168.85.100:22] run: du -sh /home [root@192.168.85.100:22] out: 1.4G /home [root@192.168.85.100:22] out: Disconnecting from 192.168.85.99... done. Disconnecting from 192.168.85.100... done. |
相关文章
- Fabric2.x中Raft共识算法核心数据结构
- Centos7 HyperLedger Fabric 1.4 生产环境部署
- HyperLedger Fabric 1.4 kafka生产环境部署(11.1)
- 谈谈数据编织(Data Fabric)和数据网格(Data Mesh)的关系
- 添加到Service Fabric时出现ASP.NetCore网站错误
- 以e2e_cli为例漫谈fabric的一些基础知识点
- Windows下fabric sdk连接Linux上fabric网络的调试过程
- Hyperledger Fabric Chaincode for Operators——实操智能合约
- fabric简单案例
- python fabric的用法