镜像概览
- 完整引用
docker.io/rocketchat/rocket.chat- Registry
- docker.io
- 命名空间
- rocketchat
- 仓库
- rocket.chat
- 已缓存 Tag 数
- 7460
- 最近同步
- 07/13/2026, 09:54 AM
简介
Rocket.Chat 开源团队聊天平台镜像,Slack 替代方案,频道/私聊/音视频,需 MongoDB 后端,企业自托管 IM 协作。
详细介绍
rocketchat/rocket.chat 运行 Rocket.Chat 开源团队聊天平台,提供频道、私聊、文件共享与音视频通话,支持 OAuth 与 Bot 集成。定位为团队 IM Web/API 平台,依赖 MongoDB;K8s Deployment + Ingress 内网协作通讯。
快速启动
docker run -d --name rocketchat \
-p 3000:3000 \
-e MONGO_URL=mongodb://mongo:27017/rocketchat \
docker.io/rocketchat/rocket.chat:latest
推荐实践
docker run -d --name rocketchat \
--restart unless-stopped \
-p 3000:3000 \
-e MONGO_URL=mongodb://mongo.internal:27017/rocketchat \
-e ROOT_URL=https://chat.internal \
docker.io/rocketchat/rocket.chat:6.10.0
核心参数说明
-p 3000:3000— Rocket.Chat Web UI-e MONGO_URL— MongoDB 连接串(高敏)-e ROOT_URL— 对外访问 URL--restart unless-stopped— IM 服务持续在线
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: rocketchat
spec:
replicas: 2
selector:
matchLabels:
app: rocketchat
template:
metadata:
labels:
app: rocketchat
spec:
containers:
- name: rocketchat
image: docker.io/rocketchat/rocket.chat:6.10.0
ports:
- containerPort: 3000
envFrom:
- secretRef:
name: rocketchat-env
---
apiVersion: v1
kind: Service
metadata:
name: rocketchat
spec:
selector:
app: rocketchat
ports:
- port: 3000
targetPort: 3000
MongoDB StatefulSet 同 namespace;Ingress TLS 与 OAuth 集成。
最新 Tag(20 条)
查看全部 7460 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/rocketchat/rocket.chat :sha-8a7f181 | linux/arm64linux/amd64 | 2026/06/27 06:48 | 295.4 MB | sha256:12813a23ac62… | |||
docker.io/rocketchat/rocket.chat :release-candidate | linux/arm64linux/amd64 | 2026/06/27 06:47 | 295.4 MB | sha256:12813a23ac62… | |||
docker.io/rocketchat/rocket.chat :8.6.0-rc.2 | linux/arm64linux/amd64 | 2026/06/27 06:47 | 295.4 MB | sha256:12813a23ac62… | |||
docker.io/rocketchat/rocket.chat :sha-294ee5d | linux/arm64linux/amd64 | 2026/06/27 03:58 | 295.4 MB | sha256:2dfacb099a7a… | |||
docker.io/rocketchat/rocket.chat :develop | linux/arm64linux/amd64 | 2026/06/27 03:58 | 295.4 MB | sha256:2dfacb099a7a… | |||
docker.io/rocketchat/rocket.chat :sha-e929d2d | linux/arm64linux/amd64 | 2026/06/27 03:17 | 295.4 MB | sha256:d9c2c1e4bf7b… | |||
docker.io/rocketchat/rocket.chat :sha-2c4292b | linux/arm64linux/amd64 | 2026/06/26 21:06 | 295.4 MB | sha256:2d19f35085ff… | |||
docker.io/rocketchat/rocket.chat :sha-32880c4 | linux/arm64linux/amd64 | 2026/06/26 10:59 | 295.4 MB | sha256:9d55f390a6b7… | |||
docker.io/rocketchat/rocket.chat :sha-e479e6b | linux/arm64linux/amd64 | 2026/06/26 10:37 | 295.4 MB | sha256:2d6a5242e1a8… | |||
docker.io/rocketchat/rocket.chat :8.6.0-rc.1 | linux/arm64linux/amd64 | 2026/06/26 10:37 | 295.4 MB | sha256:2d6a5242e1a8… | |||
docker.io/rocketchat/rocket.chat :sha-e4dba79 | linux/arm64linux/amd64 | 2026/06/26 10:18 | 295.4 MB | sha256:a53527aeced3… | |||
docker.io/rocketchat/rocket.chat :sha-64af832 | linux/arm64linux/amd64 | 2026/06/26 02:15 | 295.4 MB | sha256:7cfbe809244e… | |||
docker.io/rocketchat/rocket.chat :sha-41fde25 | linux/arm64linux/amd64 | 2026/06/26 02:08 | 295.4 MB | sha256:851be26ba93a… | |||
docker.io/rocketchat/rocket.chat :sha-660215a | linux/arm64linux/amd64 | 2026/06/25 23:05 | 295.4 MB | sha256:c124025ef37c… | |||
docker.io/rocketchat/rocket.chat :sha-aa96fe5 | linux/arm64linux/amd64 | 2026/06/25 14:02 | 295.4 MB | sha256:0008d8f1de16… | |||
docker.io/rocketchat/rocket.chat :sha-0241250 | linux/arm64linux/amd64 | 2026/06/25 09:46 | 295.4 MB | sha256:453ed0a37385… | |||
docker.io/rocketchat/rocket.chat :sha-3d0aa38 | linux/arm64linux/amd64 | 2026/06/25 05:57 | 295.4 MB | sha256:0cb5df8fe1a5… | |||
docker.io/rocketchat/rocket.chat :sha-0433f00 | linux/arm64linux/amd64 | 2026/06/24 23:42 | 295.4 MB | sha256:5960fa55559c… | |||
docker.io/rocketchat/rocket.chat :sha-2e8ea32 | linux/arm64linux/amd64 | 2026/06/24 22:40 | 295.4 MB | sha256:70aabab4fae2… | |||
docker.io/rocketchat/rocket.chat :sha-80cddeb | linux/arm64linux/amd64 | 2026/06/24 22:10 | 295.4 MB | sha256:83cc4890aa1f… |