镜像概览
- 完整引用
docker.io/appsmith/appsmith-ee- Registry
- docker.io
- 命名空间
- appsmith
- 仓库
- appsmith-ee
- 已缓存 Tag 数
- 285
- 最近同步
- 07/13/2026, 03:43 PM
简介
Appsmith EE 企业版镜像,低代码内部工具构建平台,数据库/API/UI 组件拖拽式 Admin Panel 与运维面板开发。
详细介绍
appsmith/appsmith-ee 运行 Appsmith 企业版低代码内部工具平台,通过拖拽 UI 组件连接数据库与 API 快速构建 Admin Panel。定位为低代码内部工具 Web 平台;运维面板、CRM 后台、数据管理工具或替代 Retool 的企业私有化方案。
快速启动
docker run -d --name appsmith \
-p 80:80 \
docker.io/appsmith/appsmith-ee:latest
推荐实践
docker run -d --name appsmith \
--restart unless-stopped \
-p 80:80 \
-v /data/appsmith:/appsmith-stacks \
docker.io/appsmith/appsmith-ee:1.47.0
核心参数说明
-p 80:80— Appsmith Web UI-v .../stacks:...— 应用与配置- EE — 企业版功能
- 数据源 — DB/API/Git
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: appsmith
spec:
replicas: 1
selector:
matchLabels:
app: appsmith
template:
metadata:
labels:
app: appsmith
spec:
containers:
- name: appsmith
image: docker.io/appsmith/appsmith-ee:1.47.0
ports:
- containerPort: 80
volumeMounts:
- name: stacks
mountPath: /appsmith-stacks
volumes:
- name: stacks
persistentVolumeClaim:
claimName: appsmith-stacks
---
apiVersion: v1
kind: Service
metadata:
name: appsmith
spec:
selector:
app: appsmith
ports:
- port: 80
targetPort: 80
Ingress 内网工具门户;PVC 存应用。
最新 Tag(20 条)
查看全部 285 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/appsmith/appsmith-ee :release | linux/amd64linux/arm64 | 2026/06/26 18:45 | 1.9 GB | sha256:634fd25e3373… | |||
docker.io/appsmith/appsmith-ee :latest | linux/arm64linux/amd64 | 2026/06/17 18:50 | 1.8 GB | sha256:732889528576… | |||
docker.io/appsmith/appsmith-ee :v2.1.1 | linux/arm64linux/amd64 | 2026/06/17 18:17 | 1.8 GB | sha256:732889528576… | |||
docker.io/appsmith/appsmith-ee :nightly | linux/arm64linux/amd64 | 2026/06/12 17:56 | 1.8 GB | sha256:391085f992d2… | |||
docker.io/appsmith/appsmith-ee :v2.1 | linux/amd64linux/arm64 | 2026/05/29 19:46 | 1.9 GB | sha256:3f45ec71c053… | |||
docker.io/appsmith/appsmith-ee :v2.0 | linux/arm64linux/amd64 | 2026/05/21 20:57 | 1.9 GB | sha256:473701d1f5ae… | |||
docker.io/appsmith/appsmith-ee :v1.99 | linux/arm64linux/amd64 | 2026/04/16 15:17 | 1.8 GB | sha256:f7116a472d8e… | |||
docker.io/appsmith/appsmith-ee :v1.98.1 | linux/amd64linux/arm64 | 2026/04/09 00:59 | 2.1 GB | sha256:f2807c2e8307… | |||
docker.io/appsmith/appsmith-ee :v1.98 | linux/arm64linux/amd64 | 2026/03/23 19:03 | 2.0 GB | sha256:7f56c2ccfe78… | |||
docker.io/appsmith/appsmith-ee :upgrade-alpha-test | linux/arm64linux/amd64 | 2026/03/12 22:26 | 2.1 GB | sha256:9ed7f1954e71… | |||
docker.io/appsmith/appsmith-ee :v1.97-auth-patch | linux/arm64linux/amd64 | 2026/03/10 16:03 | 2.0 GB | sha256:9ca31c131722… | |||
docker.io/appsmith/appsmith-ee :v1.97 | linux/arm64linux/amd64 | 2026/03/05 14:03 | 2.0 GB | sha256:87a110d2c9a8… | |||
docker.io/appsmith/appsmith-ee :v1.96-gzip-patch | linux/arm64linux/amd64 | 2026/02/26 23:28 | 2.0 GB | sha256:435b03d9908a… | |||
docker.io/appsmith/appsmith-ee :1.96-patch-timeout | linux/arm64linux/amd64 | 2026/02/26 21:51 | 2.0 GB | sha256:662eaa491880… | |||
docker.io/appsmith/appsmith-ee :v1.96 | linux/arm64linux/amd64 | 2026/02/19 12:37 | 2.0 GB | sha256:eb5c83f86c60… | |||
docker.io/appsmith/appsmith-ee :v1.95 | linux/arm64linux/amd64 | 2026/01/22 14:19 | 2.0 GB | sha256:01a63901bb9f… | |||
docker.io/appsmith/appsmith-ee :proxy-configure | linux/arm64linux/amd64 | 2026/01/06 20:37 | 2.0 GB | sha256:98ba9c5c5aa5… | |||
docker.io/appsmith/appsmith-ee :v1.94 | linux/arm64linux/amd64 | 2025/12/18 20:05 | 2.0 GB | sha256:33d1bf5ff001… | |||
docker.io/appsmith/appsmith-ee :noproxyssh | linux/amd64linux/arm64 | 2025/12/17 00:28 | 2.0 GB | sha256:511d60d35c5a… | |||
docker.io/appsmith/appsmith-ee :v1.93 | linux/amd64linux/arm64 | 2025/12/04 21:18 | 2.0 GB | sha256:79da48c0ee50… |