概要
- フル名
docker.io/daprio/daprd- Registry
- docker.io
- 名前空間
- daprio
- リポジトリ
- daprd
- キャッシュ Tag 数
- 8788
- 最終同期
- 07/06/2026, 12:47 PM
概要
Dapr 运行时 Sidecar 镜像(daprd),为应用注入服务发现、状态管理与消息发布订阅,Kubernetes 与 Docker Compose 均可挂载为 Sidecar。
詳細
daprio/daprd 是 Dapr 控制平面数据面 Sidecar,监听 gRPC/HTTP 向应用容器提供 invoke、state、pubsub 等 building blocks。典型在 K8s 通过 pod annotation 注入,或在 compose 中与 app 容器同 network 启动。与 istio-proxy 不同专注应用级抽象;生产固定 tag、components YAML 经 ConfigMap 挂载并启用 mTLS,state store 外置 Redis/PostgreSQL。
快速启动
docker run -d --name daprd \
-p 3500:3500 -p 50001:50001 \
-e APP_ID=my-app \
-e APP_PORT=8080 \
docker.io/daprio/daprd:latest
推荐实践
docker run -d --name daprd \
--restart unless-stopped \
-p 3500:3500 -p 50001:50001 \
-e APP_ID=my-app \
-e APP_PORT=8080 \
-e DAPR_HTTP_PORT=3500 \
-v /etc/dapr/components:/components \
docker.io/daprio/daprd:1.14.0
核心参数说明
-p 3500:3500— Dapr HTTP API 端口-p 50001:50001— 应用 gRPC 通信端口-e APP_ID/APP_PORT— 关联应用标识与端口-v .../components:...— state/pubsub 组件配置--restart unless-stopped— Sidecar 与应用同生命周期- 固定 tag — 与控制平面 dapr 版本 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-app
spec:
replicas: 2
selector:
matchLabels:
app: my-app
template:
metadata:
labels:
app: my-app
annotations:
dapr.io/enabled: "true"
dapr.io/app-id: my-app
dapr.io/app-port: "8080"
spec:
containers:
- name: app
image: my-app:1.0.0
ports:
- containerPort: 8080
- name: daprd
image: docker.io/daprio/daprd:1.14.0
ports:
- containerPort: 3500
Dapr control plane 独立 namespace 安装;Component CR 定义 Redis state,Sidecar 注入也可由 Dapr Operator 自动完成。
最新 Tag(20 件)
すべての 8788 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/daprio/daprd :edge-windows-amd64 | windows/amd64 | 2026/07/01 06:04 | 161.6 MB | sha256:33917ad6a842… | |||
docker.io/daprio/daprd :edge-mariner | linux/amd64linux/arm64 | 2026/07/01 06:04 | 63.6 MB | sha256:249f0ba59571… | |||
docker.io/daprio/daprd :edge-stablecomponents-mariner | linux/amd64linux/arm64 | 2026/07/01 06:04 | 40.1 MB | sha256:bee1b5b90f54… | |||
docker.io/daprio/daprd :edge-stablecomponents | linux/amd64linux/arm/v7linux/arm64 | 2026/07/01 06:04 | 38.9 MB | sha256:dee5bd4ab172… | |||
docker.io/daprio/daprd :edge | linux/amd64linux/arm/v7linux/arm64windows/amd64 | 2026/07/01 06:03 | 62.5 MB | sha256:9e9459f2da48… | |||
docker.io/daprio/daprd :edge-windows-1809-amd64 | windows/amd64 | 2026/07/01 05:51 | 161.6 MB | sha256:33917ad6a842… | |||
docker.io/daprio/daprd :edge-windows-ltsc2022-amd64 | windows/amd64 | 2026/07/01 05:50 | 175.9 MB | sha256:09a74b7be462… | |||
docker.io/daprio/daprd :edge-mariner-linux-amd64 | linux/amd64 | 2026/07/01 05:47 | 63.6 MB | sha256:249f0ba59571… | |||
docker.io/daprio/daprd :edge-mariner-linux-arm64 | linux/arm64 | 2026/07/01 05:46 | 57.3 MB | sha256:a0945bbacbdd… | |||
docker.io/daprio/daprd :edge-linux-amd64 | linux/amd64 | 2026/07/01 05:46 | 62.5 MB | sha256:9e9459f2da48… | |||
docker.io/daprio/daprd :edge-linux-arm64 | linux/arm64 | 2026/07/01 05:45 | 56.2 MB | sha256:de382000a3c5… | |||
docker.io/daprio/daprd :edge-linux-arm | linux/arm/v7 | 2026/07/01 05:45 | 58.2 MB | sha256:619d826cfa9a… | |||
docker.io/daprio/daprd :edge-stablecomponents-mariner-linux-arm64 | linux/arm64 | 2026/07/01 05:43 | 35.9 MB | sha256:ae1037c3693f… | |||
docker.io/daprio/daprd :edge-stablecomponents-mariner-linux-amd64 | linux/amd64 | 2026/07/01 05:43 | 40.1 MB | sha256:bee1b5b90f54… | |||
docker.io/daprio/daprd :edge-stablecomponents-linux-arm64 | linux/arm64 | 2026/07/01 05:43 | 34.9 MB | sha256:9f2f1ada3c39… | |||
docker.io/daprio/daprd :edge-stablecomponents-linux-amd64 | linux/amd64 | 2026/07/01 05:43 | 38.9 MB | sha256:dee5bd4ab172… | |||
docker.io/daprio/daprd :edge-stablecomponents-linux-arm | linux/arm/v7 | 2026/07/01 05:43 | 36.2 MB | sha256:69851156fbf6… | |||
docker.io/daprio/daprd :1.16.17-rc.1-windows-amd64 | windows/amd64 | 2026/07/01 00:26 | 158.2 MB | sha256:ec73ec6fd754… | |||
docker.io/daprio/daprd :1.16.17-rc.1-mariner | linux/amd64linux/arm64 | 2026/07/01 00:26 | 60.3 MB | sha256:b5d82ddd48f6… | |||
docker.io/daprio/daprd :1.16.17-rc.1 | linux/amd64linux/arm/v7linux/arm64windows/amd64 | 2026/07/01 00:25 | 59.1 MB | sha256:f853952fc0f4… |