Overview
- Full name
docker.io/kingwrcy/moments- Registry
- docker.io
- Namespace
- kingwrcy
- Repository
- moments
- Cached tags
- 41
- Last synced
- 07/06/2026, 02:37 AM
Introduction
Moments 轻量朋友圈 Web 镜像,私密社交动态发布与互动,适合小团队/家庭私有朋友圈与相册分享场景。
Details
kingwrcy/moments 运行 Moments 轻量朋友圈 Web 应用,发布图文动态、点赞评论与相册分享。定位为私有社交 Web 应用,挂载 data volume 持久化内容与用户;K8s Deployment + Ingress 内网小圈子社交。
快速启动
docker run -d --name moments \
-p 8080:8080 \
docker.io/kingwrcy/moments:latest
推荐实践
docker run -d --name moments \
--restart unless-stopped \
-p 8080:8080 \
-v /data/moments:/app/data \
docker.io/kingwrcy/moments:1.0.0
核心参数说明
-p 8080:8080— Moments Web UI-v .../moments:...— 动态与图片持久化--restart unless-stopped— 社交应用持续在线- 安全 — 内网 RBAC 与注册控制
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: moments
spec:
replicas: 1
selector:
matchLabels:
app: moments
template:
metadata:
labels:
app: moments
spec:
containers:
- name: moments
image: docker.io/kingwrcy/moments:1.0.0
ports:
- containerPort: 8080
volumeMounts:
- name: data
mountPath: /app/data
volumes:
- name: data
persistentVolumeClaim:
claimName: moments-data
---
apiVersion: v1
kind: Service
metadata:
name: moments
spec:
selector:
app: moments
ports:
- port: 8080
targetPort: 8080
Ingress 内网访问;PVC 容量按图片量规划。
Latest tags (20)
View all 41 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/kingwrcy/moments :0.2.12 | linux/amd64linux/arm64linux/arm/v7 | 2026/01/02 11:46 | 17.1 MB | sha256:2152879576a9… | |||
docker.io/kingwrcy/moments :latest | linux/amd64linux/arm64linux/arm/v7 | 2026/01/02 11:46 | 17.1 MB | sha256:2152879576a9… | |||
docker.io/kingwrcy/moments :dev | linux/amd64linux/arm64linux/arm/v7 | 2025/12/23 00:23 | 17.1 MB | sha256:c7fe28795c02… | |||
docker.io/kingwrcy/moments :0.2.11 | linux/amd64linux/arm64 | 2025/03/20 12:09 | 17.0 MB | sha256:5843dcb1358b… | |||
docker.io/kingwrcy/moments :0.2.10 | linux/amd64linux/arm64/v8 | 2025/02/21 18:22 | 17.0 MB | sha256:d9d46b5eec95… | |||
docker.io/kingwrcy/moments :0.2.9 | linux/amd64linux/arm64 | 2025/02/21 00:32 | 17.0 MB | sha256:db2bfdc61454… | |||
docker.io/kingwrcy/moments :0.2.8 | linux/amd64linux/arm64 | 2024/12/18 09:19 | 16.5 MB | sha256:03082d520e42… | |||
docker.io/kingwrcy/moments :0.2.7 | linux/amd64linux/arm64 | 2024/12/11 13:17 | 16.5 MB | sha256:c82f924c71f0… | |||
docker.io/kingwrcy/moments :dev.202412100111.9d0b1c9 | linux/amd64linux/arm64 | 2024/12/10 01:21 | 16.5 MB | sha256:a59f8eb2e762… | |||
docker.io/kingwrcy/moments :dev.202412090928.4f44f80 | linux/amd64linux/arm64 | 2024/12/09 09:39 | 16.5 MB | sha256:044f67e6206f… | |||
docker.io/kingwrcy/moments :dev.202412090918.428b446 | linux/amd64linux/arm64 | 2024/12/09 09:28 | 16.5 MB | sha256:044126d48a04… | |||
docker.io/kingwrcy/moments :dev.202411281039.070c7cc | linux/arm64linux/amd64 | 2024/11/28 10:50 | 16.2 MB | sha256:ca58c1aacef8… | |||
docker.io/kingwrcy/moments :dev.202411131450.1aee952 | linux/amd64linux/arm64 | 2024/11/13 15:01 | 16.3 MB | sha256:ae61119fc861… | |||
docker.io/kingwrcy/moments :dev.202410141126.864aa02 | linux/amd64linux/arm64 | 2024/10/14 11:37 | 16.3 MB | sha256:b81103ca286c… | |||
docker.io/kingwrcy/moments :dev.202410141115.eb8cb31 | linux/amd64linux/arm64 | 2024/10/14 11:26 | 16.3 MB | sha256:d5060eed436b… | |||
docker.io/kingwrcy/moments :0.2.6 | linux/arm64linux/amd64 | 2024/09/04 09:34 | 15.9 MB | sha256:7e18e09a2130… | |||
docker.io/kingwrcy/moments :0.2.5 | linux/amd64linux/arm64 | 2024/08/14 09:50 | 16.1 MB | sha256:605a0268a56e… | |||
docker.io/kingwrcy/moments :0.2.4 | linux/amd64linux/arm64 | 2024/08/09 13:40 | 17.3 MB | sha256:8edaf64b2e6c… | |||
docker.io/kingwrcy/moments :0.2.3 | linux/amd64linux/arm64 | 2024/08/07 13:41 | 15.8 MB | sha256:b1120d77e3d1… | |||
docker.io/kingwrcy/moments :0.2.2 | linux/amd64linux/arm64 | 2024/08/02 13:36 | 15.8 MB | sha256:e1075b2a9138… |