镜像概览

完整引用
docker.io/appsmith/appsmith-ce
Registry
docker.io
命名空间
appsmith
仓库
appsmith-ce
已缓存 Tag 数
270
最近同步
07/13/2026, 06:58 PM

简介

Appsmith 社区版低代码平台镜像,拖拽式内部工具/Admin Panel 构建,连接 DB/API 的自托管低代码开发平台。

详细介绍

appsmith/appsmith-ce 运行 Appsmith 开源低代码平台,通过 Web UI 拖拽组件连接 PostgreSQL、REST API 与 GraphQL 构建内部工具。定位为低代码应用开发 Web 平台,内置 MongoDB 或可外接;运维面板、CRM 内部工具或数据看板快速开发替代手工 React 项目。

快速启动

docker run -d --name appsmith \
  -p 8080:80 \
  docker.io/appsmith/appsmith-ce:latest

推荐实践

docker run -d --name appsmith \
  --restart unless-stopped \
  -p 8080:80 \
  -v /data/appsmith:/appsmith-stacks \
  docker.io/appsmith/appsmith-ce:v1.47.0

核心参数说明

  • -p 8080:80 — 低代码 Studio 与运行时
  • -v .../appsmith-stacks:... — 应用与配置持久化
  • 数据源 — 连接内网 DB/API
  • 备份 — 定期备份 stacks 目录

Kubernetes

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: appsmith
spec:
  serviceName: appsmith
  replicas: 1
  selector:
    matchLabels:
      app: appsmith
  template:
    metadata:
      labels:
        app: appsmith
    spec:
      containers:
        - name: appsmith
          image: docker.io/appsmith/appsmith-ce:v1.47.0
          ports:
            - containerPort: 80
          volumeMounts:
            - name: stacks
              mountPath: /appsmith-stacks
  volumeClaimTemplates:
    - metadata:
        name: stacks
      spec:
        accessModes: [ReadWriteOnce]
        resources:
          requests:
            storage: 20Gi
---
apiVersion: v1
kind: Service
metadata:
  name: appsmith
spec:
  selector:
    app: appsmith
  ports:
    - port: 80
      targetPort: 80

Ingress 内网工具平台;PVC 持久化应用。

最新 Tag(20 条)

查看全部 270 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/appsmith/appsmith-ce
:release
linux/arm64linux/amd64
2026/06/26 18:421.3 GBsha256:5a7336f24a84
docker.io/appsmith/appsmith-ce
:nightly
linux/arm64linux/amd64
2026/06/12 16:191.3 GBsha256:5b4ce0c032bb
docker.io/appsmith/appsmith-ce
:latest
linux/arm64linux/amd64
2026/05/29 19:451.3 GBsha256:e1a3ba636be0
docker.io/appsmith/appsmith-ce
:v2.1
linux/arm64linux/amd64
2026/05/29 19:451.3 GBsha256:e1a3ba636be0
docker.io/appsmith/appsmith-ce
:v2.0
linux/arm64linux/amd64
2026/05/21 20:571.3 GBsha256:59de193dd67d
docker.io/appsmith/appsmith-ce
:v1.99
linux/arm64linux/amd64
2026/04/16 15:171.3 GBsha256:c4efcae51de2
docker.io/appsmith/appsmith-ce
:v1.98.1
linux/arm64linux/amd64
2026/04/09 00:571.4 GBsha256:023404d72002
docker.io/appsmith/appsmith-ce
:v1.98
linux/arm64linux/amd64
2026/03/23 20:301.4 GBsha256:df48874d3e55
docker.io/appsmith/appsmith-ce
:v1.97
linux/amd64linux/arm64
2026/03/05 14:021.4 GBsha256:bb100fcc0f96
docker.io/appsmith/appsmith-ce
:v1.96
linux/arm64linux/amd64
2026/02/19 12:351.3 GBsha256:9c79b7e62af3
docker.io/appsmith/appsmith-ce
:v1.95
linux/arm64linux/amd64
2026/01/22 14:191.3 GBsha256:5628c5525644
docker.io/appsmith/appsmith-ce
:v1.94
linux/arm64linux/amd64
2025/12/18 20:121.4 GBsha256:c890e472736d
docker.io/appsmith/appsmith-ce
:v1.93
linux/arm64linux/amd64
2025/12/04 21:171.4 GBsha256:970bdde8fd66
docker.io/appsmith/appsmith-ce
:v1.92
linux/arm64linux/amd64
2025/11/20 18:451.4 GBsha256:229f21b23ad7
docker.io/appsmith/appsmith-ce
:v1.91
linux/amd64linux/arm64
2025/11/06 15:051.4 GBsha256:f018d1775793
docker.io/appsmith/appsmith-ce
:v1.90
linux/amd64linux/arm64
2025/10/29 16:301.4 GBsha256:f0f6f2cd4512
docker.io/appsmith/appsmith-ce
:v1.89
linux/arm64linux/amd64
2025/10/15 14:261.4 GBsha256:8243430e07a2
docker.io/appsmith/appsmith-ce
:v1.88
linux/arm64linux/amd64
2025/10/08 14:361.4 GBsha256:41185d2ba6ca
docker.io/appsmith/appsmith-ce
:v1.87
linux/arm64linux/amd64
2025/09/25 21:471.4 GBsha256:9ceaad013586
docker.io/appsmith/appsmith-ce
:v1.86-hotfix
linux/arm64linux/amd64
2025/09/25 17:381.3 GBsha256:6a60d60ab379