Overview
- Full name
docker.io/thingsboard/tb-node- Registry
- docker.io
- Namespace
- thingsboard
- Repository
- tb-node
- Cached tags
- 69
- Last synced
- 07/05/2026, 07:59 PM
- Topics
Introduction
ThingsBoard IoT 平台核心节点镜像,设备接入、规则引擎与遥测数据处理,智慧物联平台主服务组件。
Details
thingsboard/tb-node 运行 ThingsBoard 核心服务,处理 MQTT/HTTP 设备接入、规则链与遥测数据存储。定位为 IoT 平台核心服务,依赖 PostgreSQL/Cassandra 与 Kafka/Redis;K8s Deployment 智慧物联平台中枢。
快速启动
docker run -d --name tb-node \
-p 8080:8080 -p 1883:1883 \
-e TB_QUEUE_TYPE=in-memory \
docker.io/thingsboard/tb-node:latest
推荐实践
docker run -d --name tb-node \
--restart unless-stopped \
-p 8080:8080 -p 1883:1883 \
-e SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/thingsboard \
-e TB_QUEUE_TYPE=kafka \
-e TB_KAFKA_SERVERS=kafka:9092 \
docker.io/thingsboard/tb-node:3.8.0
核心参数说明
-p 8080:8080— Web UI 与 REST API-p 1883:1883— MQTT 设备接入SPRING_DATASOURCE_URL— 数据库连接(高敏)TB_QUEUE_TYPE— 消息队列类型
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: tb-node
spec:
replicas: 2
selector:
matchLabels:
app: tb-node
template:
metadata:
labels:
app: tb-node
spec:
containers:
- name: tb
image: docker.io/thingsboard/tb-node:3.8.0
ports:
- containerPort: 8080
- containerPort: 1883
envFrom:
- secretRef:
name: thingsboard-env
---
apiVersion: v1
kind: Service
metadata:
name: tb-node
spec:
selector:
app: tb-node
ports:
- port: 8080
targetPort: 8080
- port: 1883
targetPort: 1883
PostgreSQL/Kafka 独立部署;MQTT LoadBalancer 暴露设备接入。
Latest tags (20)
View all 69 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/thingsboard/tb-node :4.3.1-latest | linux/amd64linux/arm64 | 2026/06/30 01:57 | 962.9 MB | sha256:1f877577d883… | |||
docker.io/thingsboard/tb-node :4.3.1.3 | linux/amd64linux/arm64 | 2026/06/30 01:57 | 962.9 MB | sha256:1f877577d883… | |||
docker.io/thingsboard/tb-node :latest | linux/amd64linux/arm64 | 2026/06/30 01:57 | 962.9 MB | sha256:1f877577d883… | |||
docker.io/thingsboard/tb-node :4.2.2-latest | linux/amd64linux/arm64 | 2026/06/29 23:56 | 930.9 MB | sha256:53924511488e… | |||
docker.io/thingsboard/tb-node :4.2.2.3 | linux/amd64linux/arm64 | 2026/06/29 23:56 | 930.9 MB | sha256:53924511488e… | |||
docker.io/thingsboard/tb-node :4.3.1.2 | linux/amd64linux/arm64 | 2026/05/29 04:02 | 881.3 MB | sha256:14e27a38ca52… | |||
docker.io/thingsboard/tb-node :4.2.2.2 | linux/amd64linux/arm64 | 2026/05/29 02:18 | 850.9 MB | sha256:0a9e98fe4a9e… | |||
docker.io/thingsboard/tb-node :4.3.1.1 | linux/amd64linux/arm64 | 2026/03/31 02:23 | 890.4 MB | sha256:a2feb73429b2… | |||
docker.io/thingsboard/tb-node :4.2.2.1 | linux/amd64linux/arm64 | 2026/03/30 23:32 | 847.9 MB | sha256:86dfc27d48d3… | |||
docker.io/thingsboard/tb-node :4.3.1 | linux/amd64linux/arm64 | 2026/03/10 00:10 | 876.7 MB | sha256:3dbbe62942ce… | |||
docker.io/thingsboard/tb-node :4.2.2 | linux/amd64linux/arm64 | 2026/03/09 22:36 | 844.9 MB | sha256:81f391d4e74c… | |||
docker.io/thingsboard/tb-node :4.3.0-latest | linux/amd64linux/arm64 | 2026/02/03 19:12 | 878.9 MB | sha256:06c3b158853b… | |||
docker.io/thingsboard/tb-node :4.3.0.1 | linux/amd64linux/arm64 | 2026/02/03 19:12 | 878.9 MB | sha256:06c3b158853b… | |||
docker.io/thingsboard/tb-node :4.2.1-latest | linux/amd64linux/arm64 | 2026/02/03 18:10 | 844.6 MB | sha256:00b3887a17ee… | |||
docker.io/thingsboard/tb-node :4.2.1.2 | linux/amd64linux/arm64 | 2026/02/03 18:09 | 844.6 MB | sha256:00b3887a17ee… | |||
docker.io/thingsboard/tb-node :4.3.0 | linux/amd64linux/arm64 | 2026/01/20 17:33 | 876.0 MB | sha256:23d2d5298fd8… | |||
docker.io/thingsboard/tb-node :4.2.1.1 | linux/amd64linux/arm64 | 2025/12/23 21:50 | 844.6 MB | sha256:50d037336e87… | |||
docker.io/thingsboard/tb-node :4.2.1 | linux/amd64linux/arm64 | 2025/10/14 17:44 | 840.5 MB | sha256:4bbbbae2f5c1… | |||
docker.io/thingsboard/tb-node :4.2.0 | linux/amd64linux/arm64 | 2025/08/15 16:59 | 840.0 MB | sha256:870fcc5eb95d… | |||
docker.io/thingsboard/tb-node :4.1.0 | linux/amd64linux/arm64 | 2025/07/03 18:39 | 789.9 MB | sha256:fea777168ec8… |