镜像概览
- 完整引用
docker.io/dezhao/lanraragi_cn- Registry
- docker.io
- 命名空间
- dezhao
- 仓库
- lanraragi_cn
- 已缓存 Tag 数
- 15
- 最近同步
- 07/06/2026, 03:26 AM
简介
LANraragi 中文汉化漫画/归档阅读 Web 镜像,本地归档管理与在线阅读,Thumbnails 生成与插件扩展,适合私有漫画库。
详细介绍
dezhao/lanraragi_cn 运行 LANraragi 漫画归档管理 Web 应用,扫描本地 archive 目录生成缩略图并提供在线阅读与标签管理。定位为媒体归档 Web 应用,挂载 content volume 存储漫画文件;K8s Deployment 内网私有漫画库。
快速启动
docker run -d --name lanraragi \
-p 3000:3000 \
-v /data/manga:/home/koyomi/lanraragi/content \
docker.io/dezhao/lanraragi_cn:latest
推荐实践
docker run -d --name lanraragi \
--restart unless-stopped \
-p 3000:3000 \
-v /data/manga:/home/koyomi/lanraragi/content \
-v /data/lrr-data:/home/koyomi/lanraragi/data \
docker.io/dezhao/lanraragi_cn:0.8.90
核心参数说明
-p 3000:3000— LANraragi Web UI-v .../manga:...— 漫画归档目录-v .../lrr-data:...— 缩略图与数据库- 合规 — 版权内容授权
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: lanraragi
spec:
replicas: 1
selector:
matchLabels:
app: lanraragi
template:
metadata:
labels:
app: lanraragi
spec:
containers:
- name: lanraragi
image: docker.io/dezhao/lanraragi_cn:0.8.90
ports:
- containerPort: 3000
volumeMounts:
- name: content
mountPath: /home/koyomi/lanraragi/content
- name: data
mountPath: /home/koyomi/lanraragi/data
volumes:
- name: content
persistentVolumeClaim:
claimName: lanraragi-content
- name: data
persistentVolumeClaim:
claimName: lanraragi-data
---
apiVersion: v1
kind: Service
metadata:
name: lanraragi
spec:
selector:
app: lanraragi
ports:
- port: 3000
targetPort: 3000
Ingress 内网 RBAC;content PVC 容量按归档量规划。
最新 Tag(20 条)
查看全部 15 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/dezhao/lanraragi_cn :0.8.7 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2022/12/04 02:59 | 71.8 MB | sha256:ccdd45dd05af… | |||
docker.io/dezhao/lanraragi_cn :latest | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2022/12/04 02:59 | 71.8 MB | sha256:ccdd45dd05af… | |||
docker.io/dezhao/lanraragi_cn :0.8.6 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2022/08/24 02:28 | 71.6 MB | sha256:ece9b3de2887… | |||
docker.io/dezhao/lanraragi_cn :0.8.5 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2022/06/02 02:50 | 56.2 MB | sha256:d7fea3f8cd6d… | |||
docker.io/dezhao/lanraragi_cn :0.8.4 | linux/arm/v6linux/arm64linux/amd64linux/arm/v7 | 2022/01/16 14:58 | 51.6 MB | sha256:ea330fe368bf… | |||
docker.io/dezhao/lanraragi_cn :0.8.3 | linux/arm64linux/arm/v6linux/arm/v7linux/amd64 | 2021/11/29 04:40 | 53.4 MB | sha256:24bdf0adbd38… | |||
docker.io/dezhao/lanraragi_cn :0.8.1 | linux/amd64linux/arm/v6linux/arm/v7linux/arm64 | 2021/10/18 18:36 | 53.7 MB | sha256:89b7488147b0… | |||
docker.io/dezhao/lanraragi_cn :0.7.9 | linux/amd64 | 2021/07/27 03:37 | 53.6 MB | sha256:dc754eadfb2a… | |||
docker.io/dezhao/lanraragi_cn :0.7.8 | linux/amd64 | 2021/05/07 22:52 | 56.3 MB | sha256:c409b033aebe… | |||
docker.io/dezhao/lanraragi_cn :0.7.7 | linux/amd64 | 2021/03/18 15:57 | 57.8 MB | sha256:813808c14e10… | |||
docker.io/dezhao/lanraragi_cn :0.7.6 | linux/amd64 | 2021/01/23 22:29 | 57.6 MB | sha256:dc9a66710c98… | |||
docker.io/dezhao/lanraragi_cn :0.7.5-arm | linux/arm | 2020/12/13 18:40 | 50.7 MB | sha256:451a9055583e… | |||
docker.io/dezhao/lanraragi_cn :0.7.5 | linux/amd64 | 2020/12/11 21:56 | 54.8 MB | sha256:371c8fb144d9… | |||
docker.io/dezhao/lanraragi_cn :0.7.4 | linux/amd64 | 2020/11/09 21:12 | 54.4 MB | sha256:b55910dcffd4… | |||
docker.io/dezhao/lanraragi_cn :0.7.3 | linux/amd64 | 2020/11/09 00:09 | 54.8 MB | sha256:ad179c212984… |