Overview
- Full name
docker.io/openim/openim-web-front- Registry
- docker.io
- Namespace
- openim
- Repository
- openim-web-front
- Cached tags
- 8
- Last synced
- 07/05/2026, 12:41 PM
Introduction
OpenIM 即时通讯 Web 客户端前端镜像,H5/Web 聊天界面,OpenIM 开源 IM 平台用户端 Web 组件。
Details
openim/openim-web-front 运行 OpenIM Web 聊天客户端,提供单聊/群聊、消息收发与好友管理 H5 界面。定位为 OpenIM 用户端 Web 前端,需 openim-server API 与 WebSocket;企业自托管 IM Web 端、内嵌 OA 聊天窗口或 OpenIM 私有化用户界面。
快速启动
docker run -d --name openim-web \
-p 8080:80 \
-e API_URL=http://openim-api:10002 \
docker.io/openim/openim-web-front:latest
推荐实践
docker run -d --name openim-web \
--restart unless-stopped \
-p 8080:80 \
-e API_URL=http://openim-api:10002 \
-e WS_URL=ws://openim-msggateway:10001 \
docker.io/openim/openim-web-front:3.8.0
核心参数说明
-p 8080:80— Web 聊天 UIAPI_URL— OpenIM REST APIWS_URL— 消息 WebSocket 网关- 配对 — openim-server 全栈
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: openim-web-front
spec:
replicas: 2
selector:
matchLabels:
app: openim-web
template:
metadata:
labels:
app: openim-web
spec:
containers:
- name: web
image: docker.io/openim/openim-web-front:3.8.0
ports:
- containerPort: 80
env:
- name: API_URL
value: http://openim-api:10002
---
apiVersion: v1
kind: Service
metadata:
name: openim-web-front
spec:
selector:
app: openim-web
ports:
- port: 80
targetPort: 80
Ingress 暴露 Web IM;WebSocket 需网关支持。
Latest tags (20)
View all 8 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/openim/openim-web-front :latest | linux/amd64linux/arm64 | 2025/01/09 18:15 | 29.9 MB | sha256:e5d3741c438c… | |||
docker.io/openim/openim-web-front :release-v3.8.3 | linux/amd64linux/arm64 | 2025/01/09 18:15 | 29.9 MB | sha256:e5d3741c438c… | |||
docker.io/openim/openim-web-front :release-v3.8.1 | linux/amd64linux/arm64 | 2024/10/25 15:36 | 28.9 MB | sha256:c8085424d0b4… | |||
docker.io/openim/openim-web-front :release-v3.8.0 | linux/amd64linux/arm64 | 2024/08/07 10:49 | 26.9 MB | sha256:fdfd023cc60f… | |||
docker.io/openim/openim-web-front :release-v3.8.0-rc.15 | linux/amd64linux/arm64 | 2024/07/26 20:13 | 26.9 MB | sha256:709645e6e5ae… | |||
docker.io/openim/openim-web-front :release-v3.5.1 | linux/amd64linux/arm64 | 2024/06/14 11:01 | 28.3 MB | sha256:ad20c9a497e9… | |||
docker.io/openim/openim-web-front :3.5.1-2 | linux/arm64linux/amd64 | 2024/05/24 16:59 | 28.0 MB | sha256:748d1699f1fc… | |||
docker.io/openim/openim-web-front :3.5.1-1 | linux/amd64linux/arm64 | 2024/05/24 15:56 | 28.3 MB | sha256:b2bb2a6bdd63… |