logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

no sockets found via socket activation: make sure the service was started by systemd

vi /etc/systemd/system/docker.service.d/env.confExecStart=/usr/bin/dockerd $DOCKER_OPTSJust remove -H fd:// in line ExecStart

rm: cannot remove ‘/var/lib/docker/containers’: Device or resource busy

cat /proc/mounts | grep "docker"umount /var/lib/docker/containers

Hyperledger Fabric基于kafka多机部署

各主机角色和安装的软件主机编号ABCDIP45.32.103.254149.28.146.218207.148.75.10166.42.57.57角色orderer0.example.comzookeeper1kafka1caorderer1.exa...

Hyperledger fabric基于kafka共识机制单机搭建

cd /opt/gopath/src/github.com/hyperledger/fabric/scripts/fabric-samplesmkdir 181021cd 181021mkdir chaincodemkdir networkcp ../../first-network/crypto-config.yaml ./cp ../../first-network/config...

vocabularies181126

concurrent并发isolation隔离nomad游牧民digital nomadCzech捷克Prague布拉格Granadaalley小巷pub酒吧pub streetat the either end of在...任一头A/C=air conditioningflash昂贵 fan风扇hostle客栈decent像样的pick选择...

简单投票链码

package mainimport ("github.com/hyperledger/fabric/core/chaincode/shim""github.com/hyperledger/fabric/protos/peer""encoding/json""bytes")type VoteChaincode stru

到底了