镜像概览
- 完整引用
docker.io/maxkeytop/maxkey- Registry
- docker.io
- 命名空间
- maxkeytop
- 仓库
- maxkey
- 已缓存 Tag 数
- 44
- 最近同步
- 07/05/2026, 07:37 PM
简介
MaxKey 国产开源 IAM/SSO 单点登录镜像,OAuth2/SAML/CAS 协议统一认证,企业应用门户与身份联邦管理中心。
详细介绍
maxkeytop/maxkey 运行 MaxKey 身份认证平台,集中管理用户目录、应用接入与单点登录票据签发。定位为 IAM/SSO Web 应用,依赖 MySQL 存储用户与客户端配置;政企内网统一登录、多系统 OAuth 联邦或零信任接入网关前置。
快速启动
docker run -d --name maxkey \
-p 9527:9527 \
docker.io/maxkeytop/maxkey:latest
推荐实践
docker run -d --name maxkey \
--restart unless-stopped \
-p 9527:9527 \
-e DATABASE_HOST=mysql \
-e DATABASE_USER=maxkey \
-e DATABASE_PWD=changeme \
-v /data/maxkey:/maxkey/data \
docker.io/maxkeytop/maxkey:4.0.0
核心参数说明
-p 9527— MaxKey 管理与会话端口DATABASE_PWD— 数据库密码(高敏)-v .../maxkey:...— 证书与配置- 协议 — OAuth2/SAML/CAS 接入
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: maxkey
spec:
replicas: 2
selector:
matchLabels:
app: maxkey
template:
metadata:
labels:
app: maxkey
spec:
containers:
- name: maxkey
image: docker.io/maxkeytop/maxkey:4.0.0
ports:
- containerPort: 9527
envFrom:
- secretRef:
name: maxkey-db
volumeMounts:
- name: data
mountPath: /maxkey/data
volumes:
- name: data
persistentVolumeClaim:
claimName: maxkey-data
---
apiVersion: v1
kind: Service
metadata:
name: maxkey
spec:
selector:
app: maxkey
ports:
- port: 9527
targetPort: 9527
Ingress TLS 终止;Session 粘性或共享存储。
最新 Tag(20 条)
查看全部 44 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/maxkeytop/maxkey :4.1.12 | linux/amd64 | 2026/06/30 09:47 | 336.8 MB | sha256:ba0b7c05038f… | |||
docker.io/maxkeytop/maxkey :latest | linux/amd64 | 2026/06/30 09:47 | 336.8 MB | sha256:ba0b7c05038f… | |||
docker.io/maxkeytop/maxkey :4.1.11 | linux/amd64 | 2026/02/01 14:50 | 335.3 MB | sha256:32e1eaf9f7d7… | |||
docker.io/maxkeytop/maxkey :4.1.10 | linux/amd64 | 2026/02/01 14:48 | 335.3 MB | sha256:32e1eaf9f7d7… | |||
docker.io/maxkeytop/maxkey :4.1.9.1 | linux/amd64 | 2025/10/13 11:39 | 345.0 MB | sha256:0a4d885d4f38… | |||
docker.io/maxkeytop/maxkey :4.1.9 | linux/amd64 | 2025/10/13 10:51 | 344.5 MB | sha256:75c0e118de4f… | |||
docker.io/maxkeytop/maxkey :4.1.8 | linux/amd64 | 2025/08/05 10:01 | 344.5 MB | sha256:75c0e118de4f… | |||
docker.io/maxkeytop/maxkey :4.1.7 | linux/amd64 | 2025/03/30 07:51 | 342.5 MB | sha256:fdb8d8b7f5d5… | |||
docker.io/maxkeytop/maxkey :4.1.6 | linux/amd64 | 2025/02/18 09:02 | 344.1 MB | sha256:a650dc6f3bad… | |||
docker.io/maxkeytop/maxkey :4.1.5 | linux/amd64 | 2025/01/08 14:58 | 344.1 MB | sha256:ec870a6bda23… | |||
docker.io/maxkeytop/maxkey :4.1.4 | linux/amd64 | 2024/12/25 22:39 | 348.4 MB | sha256:78d320f0ab54… | |||
docker.io/maxkeytop/maxkey :4.1.3 | linux/amd64 | 2024/11/27 15:55 | 348.0 MB | sha256:6951d947be9d… | |||
docker.io/maxkeytop/maxkey :4.1.2 | linux/amd64 | 2024/09/30 23:12 | 339.3 MB | sha256:70dd4349ddbe… | |||
docker.io/maxkeytop/maxkey :4.0.2 | linux/amd64linux/arm64 | 2023/10/11 20:25 | 271.3 MB | sha256:1e0d9c6dc328… | |||
docker.io/maxkeytop/maxkey :4.0.1 | linux/amd64linux/arm64 | 2023/09/16 15:23 | 237.0 MB | sha256:be6b2d77e2cb… | |||
docker.io/maxkeytop/maxkey :4.0.0 | linux/amd64linux/arm64 | 2023/09/03 20:43 | 237.0 MB | sha256:34a11d99a399… | |||
docker.io/maxkeytop/maxkey :3.5.19 | linux/amd64linux/arm64 | 2023/08/15 08:06 | 228.7 MB | sha256:9ceb7568f00c… | |||
docker.io/maxkeytop/maxkey :3.5.18 | linux/amd64 | 2023/06/05 15:07 | 228.7 MB | sha256:1e8fa293caef… | |||
docker.io/maxkeytop/maxkey :3.5.17 | linux/amd64 | 2023/04/24 09:30 | 228.5 MB | sha256:16737dc17e25… | |||
docker.io/maxkeytop/maxkey :3.5.16 | linux/amd64 | 2023/03/22 16:53 | 228.5 MB | sha256:783cb7409e21… |