概要
- フル名
docker.io/hyperledger/fabric-peer- Registry
- docker.io
- 名前空間
- hyperledger
- リポジトリ
- fabric-peer
- キャッシュ Tag 数
- 230
- 最終同期
- 07/05/2026, 12:09 PM
概要
Hyperledger Fabric Peer 节点镜像,背书/提交链码交易,联盟链业务逻辑执行与账本维护核心节点。
詳細
hyperledger/fabric-peer 运行 Fabric Peer 节点,接收客户端提案、执行链码背书并将区块提交至本地账本。定位为联盟链 Peer 服务,需 MSP 证书与 channel 配置;供应链金融、政务存证等 Fabric 网络业务节点部署。
快速启动
docker run -d --name fabric-peer \
-p 7051:7051 \
-v /data/peer:/var/hyperledger/production \
docker.io/hyperledger/fabric-peer:2.5
推荐实践
docker run -d --name fabric-peer \
--restart unless-stopped \
-p 7051:7051 \
-v /data/peer:/var/hyperledger/production \
-v /crypto:/etc/hyperledger/fabric/msp:ro \
docker.io/hyperledger/fabric-peer:2.5.9
核心参数说明
-p 7051— Peer gRPC 端口/crypto— MSP 证书(高敏)-v .../production:...— 账本持久化- 配对 — fabric-orderer + chaincode
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: fabric-peer
spec:
serviceName: peer
replicas: 2
selector:
matchLabels:
app: peer
template:
metadata:
labels:
app: peer
spec:
containers:
- name: peer
image: docker.io/hyperledger/fabric-peer:2.5.9
ports:
- containerPort: 7051
volumeMounts:
- name: data
mountPath: /var/hyperledger/production
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 50Gi
Secret 管理 MSP;每 Org 独立 Peer。
最新 Tag(20 件)
すべての 230 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/hyperledger/fabric-peer :latest | linux/amd64linux/arm64 | 2026/06/18 16:17 | 61.8 MB | sha256:73ff7d7fed87… | |||
docker.io/hyperledger/fabric-peer :3.1 | linux/amd64linux/arm64 | 2026/06/18 16:17 | 61.8 MB | sha256:73ff7d7fed87… | |||
docker.io/hyperledger/fabric-peer :3.1.5 | linux/amd64linux/arm64 | 2026/06/18 16:17 | 61.8 MB | sha256:73ff7d7fed87… | |||
docker.io/hyperledger/fabric-peer :2.5 | linux/arm64linux/amd64 | 2026/06/18 06:32 | 59.1 MB | sha256:6ddb0e4f0d0b… | |||
docker.io/hyperledger/fabric-peer :2.5.16 | linux/arm64linux/amd64 | 2026/06/18 06:32 | 59.1 MB | sha256:6ddb0e4f0d0b… | |||
docker.io/hyperledger/fabric-peer :3.1.4 | linux/amd64linux/arm64 | 2026/02/23 15:58 | 60.5 MB | sha256:d3440a30fcb7… | |||
docker.io/hyperledger/fabric-peer :2.5.15 | linux/amd64linux/arm64 | 2026/02/23 15:48 | 63.1 MB | sha256:47d2ce047f19… | |||
docker.io/hyperledger/fabric-peer :3.1.3 | linux/amd64linux/arm64 | 2025/10/18 23:12 | 59.9 MB | sha256:fc4db7946727… | |||
docker.io/hyperledger/fabric-peer :2.5.14 | linux/amd64linux/arm64 | 2025/10/13 17:39 | 62.4 MB | sha256:8d35949c739d… | |||
docker.io/hyperledger/fabric-peer :3.1.2 | linux/amd64linux/arm64 | 2025/10/13 17:34 | 59.9 MB | sha256:0631b40f789d… | |||
docker.io/hyperledger/fabric-peer :3.1.1 | linux/amd64linux/arm64 | 2025/05/11 04:07 | 60.4 MB | sha256:0ecc7b198619… | |||
docker.io/hyperledger/fabric-peer :2.5.13 | linux/amd64linux/arm64 | 2025/04/29 19:55 | 62.9 MB | sha256:c8a76131b775… | |||
docker.io/hyperledger/fabric-peer :3.1.0 | linux/arm64linux/amd64 | 2025/03/19 01:48 | 57.0 MB | sha256:2fedc98877c7… | |||
docker.io/hyperledger/fabric-peer :2.5.12 | linux/amd64linux/arm64 | 2025/03/11 00:43 | 62.0 MB | sha256:b6c9b63a9ea1… | |||
docker.io/hyperledger/fabric-peer :2.5.11 | linux/amd64linux/arm64/v8 | 2025/02/01 04:45 | 61.9 MB | sha256:484722560774… | |||
docker.io/hyperledger/fabric-peer :3.0 | linux/amd64linux/arm64 | 2024/09/21 04:34 | 58.6 MB | sha256:5aab481a8c80… | |||
docker.io/hyperledger/fabric-peer :3.0.0 | linux/amd64linux/arm64 | 2024/09/21 04:34 | 58.6 MB | sha256:5aab481a8c80… | |||
docker.io/hyperledger/fabric-peer :2.5.10 | linux/amd64linux/arm64 | 2024/09/20 19:40 | 59.3 MB | sha256:226ad0a10116… | |||
docker.io/hyperledger/fabric-peer :3.0.0-rc1 | linux/amd64linux/arm64 | 2024/09/18 11:58 | 58.6 MB | sha256:913c7609b78d… | |||
docker.io/hyperledger/fabric-peer :2.5.9 | linux/amd64linux/arm64 | 2024/06/19 04:00 | 57.9 MB | sha256:d5b774d87118… |