概要
- フル名
docker.io/ananwaresystems/webarchive- Registry
- docker.io
- 名前空間
- ananwaresystems
- リポジトリ
- webarchive
- キャッシュ Tag 数
- 10
- 最終同期
- 07/06/2026, 03:46 AM
概要
WebArchive 网页归档管理 Web 镜像,抓取、存储与浏览历史网页快照,适合合规存档与网站变更追踪场景。
詳細
ananwaresystems/webarchive 运行 WebArchive 网页归档 Web 应用,配置抓取规则定期保存目标 URL 快照并提供浏览检索界面。定位为网页归档 Web 应用,挂载 archive volume 持久化快照;K8s Deployment + Ingress 内网合规存档平台。
快速启动
docker run -d --name webarchive \
-p 8080:8080 \
docker.io/ananwaresystems/webarchive:latest
推荐实践
docker run -d --name webarchive \
--restart unless-stopped \
-p 8080:8080 \
-v /data/webarchive:/app/archives \
docker.io/ananwaresystems/webarchive:1.0.0
核心参数说明
-p 8080:8080— WebArchive Web UI-v .../webarchive:...— 快照数据持久化--restart unless-stopped— 定时抓取持续运行- 合规 — 遵守目标站点 robots.txt
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: webarchive
spec:
replicas: 1
selector:
matchLabels:
app: webarchive
template:
metadata:
labels:
app: webarchive
spec:
containers:
- name: webarchive
image: docker.io/ananwaresystems/webarchive:1.0.0
ports:
- containerPort: 8080
volumeMounts:
- name: archives
mountPath: /app/archives
volumes:
- name: archives
persistentVolumeClaim:
claimName: webarchive-data
---
apiVersion: v1
kind: Service
metadata:
name: webarchive
spec:
selector:
app: webarchive
ports:
- port: 8080
targetPort: 8080
PVC 容量按归档量规划;CronJob 可选外部触发抓取。
最新 Tag(20 件)
すべての 10 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/ananwaresystems/webarchive :0.1.8 | linux/amd64 | 2018/05/04 12:43 | 18.0 MB | sha256:51e1f1c3f5a3… | |||
docker.io/ananwaresystems/webarchive :0.1.7 | linux/amd64 | 2018/05/04 12:32 | 16.5 MB | sha256:376f642ba858… | |||
docker.io/ananwaresystems/webarchive :0.1.6 | linux/amd64 | 2018/05/04 12:24 | 16.5 MB | sha256:759b27d45758… | |||
docker.io/ananwaresystems/webarchive :0.1.5 | linux/amd64 | 2018/05/04 05:22 | 16.5 MB | sha256:30185a2c1404… | |||
docker.io/ananwaresystems/webarchive :0.1.4 | linux/amd64 | 2018/05/04 05:18 | 16.5 MB | sha256:38fac3d22bed… | |||
docker.io/ananwaresystems/webarchive :0.1.3 | linux/amd64 | 2018/05/04 05:09 | 16.5 MB | sha256:78c17c9338e4… | |||
docker.io/ananwaresystems/webarchive :0.1.2 | linux/amd64 | 2018/05/04 04:55 | 32.3 MB | sha256:ef9a6842f3c9… | |||
docker.io/ananwaresystems/webarchive :0.1.1 | linux/amd64 | 2018/05/04 04:28 | 16.5 MB | sha256:74d8ac43cc92… | |||
docker.io/ananwaresystems/webarchive :0.1 | linux/amd64 | 2018/05/04 04:22 | 16.5 MB | sha256:7274a55b04c6… | |||
docker.io/ananwaresystems/webarchive :1.0 | linux/amd64 | 2018/04/25 01:12 | 1.1 MB | sha256:47968a7c355d… |