docker 环境搭建步骤
配置CA:
zhaoweipeng@bogon:~$ ls
106 baseos.tar fabric-sdk fabric-sdk (1).tar fixture_106
zhaoweipeng@bogon:~$ cd fixture_106/s
sample_chaincode_endorsement_policies/ sdkintegration/ src/
zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/
e2e-2Orgs/ gocc/ gocc-bk/ javacc/ peer-base/
zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/
channel/ tls/
zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org
org1.example.com/ org2.example.com/
zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org
org1.example.com/ org2.example.com/
zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/
ca/ msp/ peers/ tlsca/ users/
zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/
ca/ msp/ peers/ tlsca/ users/
zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/
ca/ msp/ peers/ tlsca/ users/
zhaoweipeng@bogon:~$ cd fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/ca/
zhaoweipeng@bogon:~/fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/ca$ ls
c1736faa0b2c6c0b144339e616d261b1ceef810dda1495f64cc4f6b8a200388d_sk ca.org1.example.com-cert.pem
zhaoweipeng@bogon:~/fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/ca$ pwd
/home/zhaoweipeng/fixture_106/sdkintegration/e2e-2Orgs/channel/crypto-config/peerOrganizations/org1.example.com/ca
docker 环境搭建步骤的更多相关文章
- centos7系统下 docker 环境搭建
运行环境: VMware Workstation Pro 在虚拟机中安装centos7系统, 选择最小安装, 网络连接方式选择的桥接(与宿主机在同一IP段)centos7一定要安装64位, docke ...
- Java Web 环境搭建步骤(超详细,包括前期安装步骤)
Java Web 环境搭建步骤 安装对应版本的JDK 配置环境变量 本人安装的路径是C盘,在path中加入C:\Program Files\Java\jdk1.8.0_65\bin 测试配置成功,cm ...
- Linux vagrant+virtualbox环境搭建步骤
Linux vagrant+virtualbox环境搭建步骤 Vagrant 是一款用来构建虚拟开发环境的工具,非常适合 php/python/ruby/java 这类语言开发 web 应用. 我们可 ...
- [转]MonkeyRunner在Windows下的Eclipse开发环境搭建步骤(兼解决网上Jython配置出错的问题)
MonkeyRunner在Windows下的Eclipse开发环境搭建步骤(兼解决网上Jython配置出错的问题) 网上有一篇shangdong_chu网友写的文章介绍如何在Eclipse上配置M ...
- 在Android Studio上测试运行,Unity发布成Android包的环境搭建步骤
我用的是unity5.4.3版本,jdk是1.8.0_131版本,Android-SDK是r24.4.1版本,Android-NDK是r13b版本,作者是刚开始写博客,希望对在unity摸索的人有 ...
- Windows2008 R2 X64 PHP环境搭建步骤
Windows2008 R2 X64 PHP环境搭建步骤: 下载:Mysql5.7.23.PHP5.6.Zend.XCahe 一.安装MYSQL.导入数据: 解压MYsql压缩包,并新建Data目录, ...
- win7下docker环境搭建nginx+php-fpm+easyswoole+lavarel+mysql开发环境
win7环境基础在上一篇win7下docker环境搭建nginx+php-fpm+easyswoole开发环境中已经详细叙述搭建完成 本篇文章将叙述如何在上述基础上搭建laravel开发环境,这个其实 ...
- Docker环境搭建以及基本操作
Docker环境搭建以及基本操作 Docker环境基本搭建: 基础环境:Centos 7.4 IP:192.168.30.117 [root@docker ~]# cat /etc/re ...
- Hadoop分布环境搭建步骤,及自带MapReduce单词计数程序实现
Hadoop分布环境搭建步骤: 1.软硬件环境 CentOS 7.2 64 位 JDK- 1.8 Hadoo p- 2.7.4 2.安装SSH sudo yum install openssh-cli ...
随机推荐
- 快速求排列C(m,n)加取模
快速求排列组合C(m,n)%mod 写在前面: 1. 为防止产生n和m的歧义,本博文一律默认n >= m 2. 本博文默认mod = 10^6+3 3. 本博文假设读者已知排列组合公式 C(m, ...
- DELPHI常用类型及定义单元
Controls Application (the variable not a type) Forms Beep SysUtils or Windows (different functions) ...
- delphi 下载
获取网络文件大小 //delphi 获取网络文件大小 function GetUrlFileSize(aURL: string): integer; var FileSize: integer; va ...
- sublime text3 nodejs控制台输出结果中文乱码
在sublime text3安装完nodejs的插件后,运行console.log("你好"),发现控制台出现中文乱码,解决办法:Preferences-> Browser ...
- 18、Linux命令对服务器CPU进行监控
我刚开始做性能测试的时候,什么也不懂,就只知道压测.什么时候把系统压瘫痪什么时候结束.但是系统因为什么瘫痪却不是很清楚,后来开始研究服务器性能监控,运用到工作中,提高了不少生产力,下面就把我常用的命令 ...
- 作用域 {}代码块 const修饰符 引用
简单分为:全局作用域.局部作用域.语句作用域 如果希望在局部变量的作用域内使用同名的全局变量,可以在该变量前加上“::” ::aver=20 #include<iostream> usin ...
- PAT_A1038#Recover the Smallest Number
Source: PAT A1038 Recover the Smallest Number (30 分) Description: Given a collection of number segme ...
- JMeter AI图片识别接口并发量测试
由于临时接到一个性能测试任务,测试8个独立接口在实验室环境的TPS.响应时间以及服务器性能监控如CPU.内存.IO等,没有明确具体的响应时间与并发数,需求较模糊. 1.软件.硬件环境信息:JMeter ...
- Java8中Map的遍历方式总结
在这篇文章中,我将对Map的遍历方式做一个对比和总结,将分别从JAVA8之前和JAVA8做一个遍历方式的对比,亲测可行. public class LambdaMap { private Map< ...
- leetcode.哈希表.128最长连续序列-Java
1. 具体题目 给定一个未排序的整数数组,找出最长连续序列的长度.要求算法的时间复杂度为 O(n). 示例: 输入: [100, 4, 200, 1, 3, 2] 输出: 4 解释: 最长连续序列是 ...