概要
- フル名
docker.io/hi20240217/pub- Registry
- docker.io
- 名前空間
- hi20240217
- リポジトリ
- pub
- キャッシュ Tag 数
- 22
- 最終同期
- 07/13/2026, 03:47 PM
概要
Pub 镜像,轻量消息发布/订阅或内网通知 Web 服务,Homelab 简易信息发布与订阅推送工具。
詳細
hi20240217/pub 运行 Pub 轻量信息发布与订阅 Web 服务,支持消息发布、订阅推送与简单通知功能。定位为轻量通知 Web 服务;Homelab 内网公告、简易消息推送或个人订阅通知工具。
快速启动
docker run -d --name pub \
-p 8080:8080 \
docker.io/hi20240217/pub:latest
推荐实践
docker run -d --name pub \
--restart unless-stopped \
-p 8080:8080 \
-v /data/pub:/data \
docker.io/hi20240217/pub:1.0.0
核心参数说明
-p 8080:8080— Pub Web UI-v .../data:...— 消息持久化- 定位 — 轻量通知工具
- 访问 — 限内网使用
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: pub
spec:
replicas: 1
selector:
matchLabels:
app: pub
template:
metadata:
labels:
app: pub
spec:
containers:
- name: pub
image: docker.io/hi20240217/pub:1.0.0
ports:
- containerPort: 8080
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: pub-data
---
apiVersion: v1
kind: Service
metadata:
name: pub
spec:
selector:
app: pub
ports:
- port: 8080
targetPort: 8080
内网 Homelab 部署。
最新 Tag(20 件)
すべての 22 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/hi20240217/pub :bevfusion_inference | linux/amd64 | 2026/05/07 20:59 | 8.7 GB | sha256:9f2c82b7aaca… | |||
docker.io/hi20240217/pub :bevfusion_training | linux/amd64 | 2026/05/07 20:49 | 6.3 GB | sha256:80efde295257… | |||
docker.io/hi20240217/pub :claudecode_codex_opencode_openclaw | linux/amd64 | 2026/03/11 18:04 | 5.7 GB | sha256:c102909b1903… | |||
docker.io/hi20240217/pub :claudecode_codex_opencode | linux/amd64 | 2026/03/10 13:20 | 4.2 GB | sha256:7d385791dd60… | |||
docker.io/hi20240217/pub :claude_code | linux/amd64 | 2026/03/06 15:48 | 1.5 GB | sha256:f0c6f4fb0694… | |||
docker.io/hi20240217/pub :openclaw_in_docker | linux/amd64 | 2026/02/09 10:49 | 1.5 GB | sha256:787a417a5452… | |||
docker.io/hi20240217/pub :apollo_vision_net_data | linux/amd64 | 2026/01/29 19:29 | 4.8 GB | sha256:b7a3782f5b29… | |||
docker.io/hi20240217/pub :apollo_vision_net | linux/amd64 | 2026/01/29 11:01 | 7.4 GB | sha256:dfb77bda5595… | |||
docker.io/hi20240217/pub :apollo_vision_net_deployment | linux/amd64 | 2026/01/28 19:59 | 6.4 GB | sha256:34b9b682b4a5… | |||
docker.io/hi20240217/pub :lidar2camera | linux/amd64 | 2025/12/24 09:33 | 1.3 GB | sha256:c9dcd1f54c5b… | |||
docker.io/hi20240217/pub :petrv2_training | linux/amd64 | 2025/12/09 11:32 | 9.8 GB | sha256:971437771680… | |||
docker.io/hi20240217/pub :sustechpoints_fusion | linux/amd64 | 2025/11/28 09:33 | 1.9 GB | sha256:05659305929b… | |||
docker.io/hi20240217/pub :nginx | linux/amd64 | 2025/11/27 15:11 | 54.3 MB | sha256:908106471267… | |||
docker.io/hi20240217/pub :mysql | linux/amd64 | 2025/11/27 15:11 | 147.7 MB | sha256:398f124948bb… | |||
docker.io/hi20240217/pub :redis | linux/amd64 | 2025/11/27 15:11 | 38.3 MB | sha256:383f3a15b9ff… | |||
docker.io/hi20240217/pub :minio | linux/amd64 | 2025/11/27 15:10 | 93.1 MB | sha256:c80f3dc12045… | |||
docker.io/hi20240217/pub :xtreme1-backend | linux/amd64 | 2025/11/27 15:08 | 553.4 MB | sha256:d861c38d5858… | |||
docker.io/hi20240217/pub :xtreme1-frontend | linux/amd64 | 2025/11/27 15:08 | 72.9 MB | sha256:5469c2983258… | |||
docker.io/hi20240217/pub :xtreme1-pcd-tools | linux/amd64 | 2025/11/27 15:07 | 267.8 MB | sha256:e849e829fa5b… | |||
docker.io/hi20240217/pub :xtreme1-image-vect-visualization | linux/amd64 | 2025/11/27 15:07 | 1.2 GB | sha256:6cff5589527d… |