Overview

Full name
docker.io/rocketchat/rocket.chat
Registry
docker.io
Namespace
rocketchat
Repository
rocket.chat
Cached tags
7460
Last synced
07/13/2026, 09:54 AM

Introduction

Rocket.Chat 开源团队聊天平台镜像,Slack 替代方案,频道/私聊/音视频,需 MongoDB 后端,企业自托管 IM 协作。

Details

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 集成。

Latest tags (20)

View all 7460 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/rocketchat/rocket.chat
:sha-8a7f181
linux/arm64linux/amd64
2026/06/27 06:48295.4 MBsha256:12813a23ac62
docker.io/rocketchat/rocket.chat
:release-candidate
linux/arm64linux/amd64
2026/06/27 06:47295.4 MBsha256:12813a23ac62
docker.io/rocketchat/rocket.chat
:8.6.0-rc.2
linux/arm64linux/amd64
2026/06/27 06:47295.4 MBsha256:12813a23ac62
docker.io/rocketchat/rocket.chat
:sha-294ee5d
linux/arm64linux/amd64
2026/06/27 03:58295.4 MBsha256:2dfacb099a7a
docker.io/rocketchat/rocket.chat
:develop
linux/arm64linux/amd64
2026/06/27 03:58295.4 MBsha256:2dfacb099a7a
docker.io/rocketchat/rocket.chat
:sha-e929d2d
linux/arm64linux/amd64
2026/06/27 03:17295.4 MBsha256:d9c2c1e4bf7b
docker.io/rocketchat/rocket.chat
:sha-2c4292b
linux/arm64linux/amd64
2026/06/26 21:06295.4 MBsha256:2d19f35085ff
docker.io/rocketchat/rocket.chat
:sha-32880c4
linux/arm64linux/amd64
2026/06/26 10:59295.4 MBsha256:9d55f390a6b7
docker.io/rocketchat/rocket.chat
:sha-e479e6b
linux/arm64linux/amd64
2026/06/26 10:37295.4 MBsha256:2d6a5242e1a8
docker.io/rocketchat/rocket.chat
:8.6.0-rc.1
linux/arm64linux/amd64
2026/06/26 10:37295.4 MBsha256:2d6a5242e1a8
docker.io/rocketchat/rocket.chat
:sha-e4dba79
linux/arm64linux/amd64
2026/06/26 10:18295.4 MBsha256:a53527aeced3
docker.io/rocketchat/rocket.chat
:sha-64af832
linux/arm64linux/amd64
2026/06/26 02:15295.4 MBsha256:7cfbe809244e
docker.io/rocketchat/rocket.chat
:sha-41fde25
linux/arm64linux/amd64
2026/06/26 02:08295.4 MBsha256:851be26ba93a
docker.io/rocketchat/rocket.chat
:sha-660215a
linux/arm64linux/amd64
2026/06/25 23:05295.4 MBsha256:c124025ef37c
docker.io/rocketchat/rocket.chat
:sha-aa96fe5
linux/arm64linux/amd64
2026/06/25 14:02295.4 MBsha256:0008d8f1de16
docker.io/rocketchat/rocket.chat
:sha-0241250
linux/arm64linux/amd64
2026/06/25 09:46295.4 MBsha256:453ed0a37385
docker.io/rocketchat/rocket.chat
:sha-3d0aa38
linux/arm64linux/amd64
2026/06/25 05:57295.4 MBsha256:0cb5df8fe1a5
docker.io/rocketchat/rocket.chat
:sha-0433f00
linux/arm64linux/amd64
2026/06/24 23:42295.4 MBsha256:5960fa55559c
docker.io/rocketchat/rocket.chat
:sha-2e8ea32
linux/arm64linux/amd64
2026/06/24 22:40295.4 MBsha256:70aabab4fae2
docker.io/rocketchat/rocket.chat
:sha-80cddeb
linux/arm64linux/amd64
2026/06/24 22:10295.4 MBsha256:83cc4890aa1f