镜像概览
- 完整引用
docker.io/dushixiang/next-terminal- Registry
- docker.io
- 命名空间
- dushixiang
- 仓库
- next-terminal
- 已缓存 Tag 数
- 21
- 最近同步
- 07/05/2026, 12:18 PM
简介
Next Terminal 开源堡垒机镜像,Web SSH/RDP/VNC 资产运维审计,IT 资产远程访问与录像审计平台。
详细介绍
dushixiang/next-terminal 提供 Web 化堡垒机功能,通过浏览器 SSH/RDP/VNC 连接服务器资产,记录操作录像与命令审计。定位为 IT 运维堡垒机 Web 平台,需 PostgreSQL 存储;中小企业服务器运维审计、替代 JumpServer 轻量方案或 DevOps 远程访问统一入口。
快速启动
docker run -d --name next-terminal \
-p 8088:8088 \
docker.io/dushixiang/next-terminal:latest
推荐实践
docker run -d --name next-terminal \
--restart unless-stopped \
-p 8088:8088 \
-v /data/next-terminal:/data \
-e DB_TYPE=postgres -e DB_HOST=postgres \
docker.io/dushixiang/next-terminal:1.0.0
核心参数说明
-p 8088:8088— Web 堡垒机 UI-v .../data:...— 录像与配置持久化- 审计 — 操作录像与命令日志
- 安全 — MFA 与 IP 白名单(高敏)
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: next-terminal
spec:
replicas: 1
selector:
matchLabels:
app: next-terminal
template:
metadata:
labels:
app: next-terminal
spec:
containers:
- name: nt
image: docker.io/dushixiang/next-terminal:1.0.0
ports:
- containerPort: 8088
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: next-terminal-data
---
apiVersion: v1
kind: Service
metadata:
name: next-terminal
spec:
selector:
app: next-terminal
ports:
- port: 8088
targetPort: 8088
Ingress 限运维访问;PVC 存录像。
最新 Tag(20 条)
查看全部 21 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/dushixiang/next-terminal :v3.4.2 | linux/arm64linux/amd64 | 2026/06/29 13:07 | 134.1 MB | sha256:685072471754… | |||
docker.io/dushixiang/next-terminal :latest | linux/arm64linux/amd64 | 2026/06/29 13:07 | 134.1 MB | sha256:685072471754… | |||
docker.io/dushixiang/next-terminal :v3.4.1 | linux/arm64linux/amd64 | 2026/06/28 22:41 | 134.1 MB | sha256:c278faf9d7dd… | |||
docker.io/dushixiang/next-terminal :cache | - | 2026/06/28 18:08 | - | - | |||
docker.io/dushixiang/next-terminal :v3.4.0 | linux/arm64linux/amd64 | 2026/06/22 23:57 | 124.0 MB | sha256:878143ffcb45… | |||
docker.io/dushixiang/next-terminal :v3.3.7-b2 | linux/arm64linux/amd64 | 2026/06/21 15:35 | 117.0 MB | sha256:e17beafdfdd7… | |||
docker.io/dushixiang/next-terminal :v3.3.7-b1 | linux/arm64linux/amd64 | 2026/06/16 21:24 | 114.9 MB | sha256:3c92680cd5c6… | |||
docker.io/dushixiang/next-terminal :v3.3.6 | linux/arm64linux/amd64 | 2026/06/15 22:40 | 114.9 MB | sha256:6de53c662066… | |||
docker.io/dushixiang/next-terminal :v3.3.5 | linux/arm64linux/amd64 | 2026/06/07 21:17 | 72.0 MB | sha256:54390da9681f… | |||
docker.io/dushixiang/next-terminal :v3.3.4 | linux/arm64linux/amd64 | 2026/06/04 20:26 | 62.2 MB | sha256:0ab975f2a14a… | |||
docker.io/dushixiang/next-terminal :v3.3.3 | linux/arm64linux/amd64 | 2026/06/01 13:55 | 62.5 MB | sha256:7ac3cec9b73f… | |||
docker.io/dushixiang/next-terminal :v3.3.2 | linux/arm64linux/amd64 | 2026/05/31 17:07 | 62.5 MB | sha256:07dd29a21ce9… | |||
docker.io/dushixiang/next-terminal :v3.3.1 | linux/arm64linux/amd64 | 2026/05/24 15:20 | 62.5 MB | sha256:a7307d7cafc3… | |||
docker.io/dushixiang/next-terminal :v3.3.0 | linux/arm64linux/amd64 | 2026/05/23 10:46 | 63.5 MB | sha256:1cdb934c257e… | |||
docker.io/dushixiang/next-terminal :v3.2.1 | linux/arm64linux/amd64 | 2026/05/01 20:09 | 63.8 MB | sha256:a129d41e7a57… | |||
docker.io/dushixiang/next-terminal :v3.2.0 | linux/arm64linux/amd64 | 2026/04/30 22:14 | 63.8 MB | sha256:ace5a7e5e0d2… | |||
docker.io/dushixiang/next-terminal :v3.1.1 | linux/arm64linux/amd64 | 2026/03/21 15:08 | 61.7 MB | sha256:6c0534828d2f… | |||
docker.io/dushixiang/next-terminal :v3.1.0 | linux/arm64linux/amd64 | 2026/03/19 22:51 | 61.1 MB | sha256:8d9b57fcdc3d… | |||
docker.io/dushixiang/next-terminal :v3.0.2 | linux/arm64linux/amd64 | 2026/03/08 21:28 | 61.0 MB | sha256:5f1f312b1c0b… | |||
docker.io/dushixiang/next-terminal :v3.0.1 | linux/arm64linux/amd64 | 2026/02/11 10:57 | 60.1 MB | sha256:3cdaf67f6684… |