镜像概览
- 完整引用
docker.io/ypptec/nascab- Registry
- docker.io
- 命名空间
- ypptec
- 仓库
- nascab
- 已缓存 Tag 数
- 26
- 最近同步
- 07/13/2026, 03:19 PM
简介
NasCab 私有云 NAS 镜像,照片/视频/文档管理与流媒体服务,Homelab 家庭云存储与多端同步平台。
详细介绍
ypptec/nascab 运行 NasCab 私有云 NAS 系统,提供文件管理、照片备份、视频流媒体与多端同步 Web 界面。定位为家庭/小型 NAS Web 平台,需挂载存储卷;Homelab 私有云、家庭媒体库管理或替代群晖的轻量 NAS 方案。
快速启动
docker run -d --name nascab \
-p 8080:8080 \
-v /data/nascab:/data \
docker.io/ypptec/nascab:latest
推荐实践
docker run -d --name nascab \
--restart unless-stopped \
-p 8080:8080 \
-v /mnt/storage:/data \
-v /data/nascab-config:/config \
docker.io/ypptec/nascab:3.0.0
核心参数说明
-p 8080:8080— NasCab Web UI-v /mnt/storage:...— 媒体与文件存储-v .../config:...— 系统配置持久化- 访问 — 建议 HTTPS 反代
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: nascab
spec:
replicas: 1
selector:
matchLabels:
app: nascab
template:
metadata:
labels:
app: nascab
spec:
containers:
- name: nascab
image: docker.io/ypptec/nascab:3.0.0
ports:
- containerPort: 8080
volumeMounts:
- name: storage
mountPath: /data
- name: config
mountPath: /config
volumes:
- name: storage
persistentVolumeClaim:
claimName: nascab-storage
- name: config
persistentVolumeClaim:
claimName: nascab-config
---
apiVersion: v1
kind: Service
metadata:
name: nascab
spec:
selector:
app: nascab
ports:
- port: 8080
targetPort: 8080
PVC/NFS 存媒体;Ingress 限内网。
最新 Tag(20 条)
查看全部 26 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/ypptec/nascab :latest | linux/arm64linux/amd64 | 2025/08/21 20:04 | 451.0 MB | sha256:d369720ec0d2… | |||
docker.io/ypptec/nascab :3.6.1 | linux/arm64linux/amd64 | 2025/08/21 20:02 | 451.0 MB | sha256:d369720ec0d2… | |||
docker.io/ypptec/nascab :3.6.0 | linux/arm64linux/amd64 | 2025/08/21 18:27 | 451.0 MB | sha256:771c802f1f1c… | |||
docker.io/ypptec/nascab :3.5.9 | linux/arm64linux/amd64 | 2025/06/18 20:03 | 450.3 MB | sha256:f332f27cb5e8… | |||
docker.io/ypptec/nascab :3.5.8 | linux/arm64linux/amd64 | 2025/04/11 12:15 | 449.2 MB | sha256:0ba8f97d9ca7… | |||
docker.io/ypptec/nascab :3.5.7 | linux/arm64linux/amd64 | 2025/04/09 18:56 | 449.1 MB | sha256:a3fb0d2c38e5… | |||
docker.io/ypptec/nascab :3.5.5 | linux/arm64linux/amd64 | 2025/04/07 17:06 | 453.2 MB | sha256:51f19c7c8077… | |||
docker.io/ypptec/nascab :3.5.4-x64 | linux/amd64 | 2025/02/16 19:47 | 467.9 MB | sha256:adc83c1c4241… | |||
docker.io/ypptec/nascab :3.5.4-arm64 | linux/arm64 | 2025/02/16 18:06 | 448.7 MB | sha256:ace4a8ca8fd4… | |||
docker.io/ypptec/nascab :3.5.3-arm64 | linux/arm64 | 2024/11/15 21:51 | 457.1 MB | sha256:27a9415234f0… | |||
docker.io/ypptec/nascab :3.5.3-x64 | linux/amd64 | 2024/11/15 18:41 | 476.2 MB | sha256:2056663861fc… | |||
docker.io/ypptec/nascab :3.5.2-x64 | linux/amd64 | 2024/10/16 12:09 | 538.7 MB | sha256:6a7c81983a12… | |||
docker.io/ypptec/nascab :3.5.1 | linux/arm64linux/amd64 | 2024/09/02 13:23 | 512.3 MB | sha256:0e84b70990aa… | |||
docker.io/ypptec/nascab :3.5.0 | linux/arm64linux/amd64 | 2024/08/20 15:29 | 511.2 MB | sha256:fa2a1d713336… | |||
docker.io/ypptec/nascab :3.4.8 | linux/arm64linux/amd64 | 2024/06/29 16:19 | 506.3 MB | sha256:a4ecc3fff5fd… | |||
docker.io/ypptec/nascab :3.4.7 | linux/arm64linux/amd64 | 2024/06/28 19:18 | 506.3 MB | sha256:05979e45627a… | |||
docker.io/ypptec/nascab :3.4.6 | linux/arm64linux/amd64 | 2024/05/23 21:11 | 486.7 MB | sha256:b6181a10514f… | |||
docker.io/ypptec/nascab :3.4.5 | linux/arm64linux/amd64 | 2024/04/15 16:50 | 481.2 MB | sha256:2012f90ecf89… | |||
docker.io/ypptec/nascab :3.4.3 | linux/arm64linux/amd64 | 2024/03/18 10:18 | 478.3 MB | sha256:01bc61549bd4… | |||
docker.io/ypptec/nascab :3.4.1 | linux/arm64linux/amd64 | 2024/02/27 20:47 | 478.8 MB | sha256:5f5b31d97b4c… |