镜像概览
- 完整引用
docker.io/allinurl/goaccess- Registry
- docker.io
- 命名空间
- allinurl
- 仓库
- goaccess
- 已缓存 Tag 数
- 33
- 最近同步
- 07/06/2026, 07:00 AM
简介
GoAccess 实时 Web 日志分析镜像,解析 Nginx/Apache access log 生成 HTML 报表,适合轻量访问统计与监控。
详细介绍
allinurl/goaccess 运行 GoAccess 可实时或离线分析 access log,支持 WebSocket 实时面板。定位为日志分析 Web 服务,挂载 log volume 或 pipe 输入;K8s Deployment sidecar 或独立 Service 展示报表。
快速启动
docker run -d --name goaccess \
-p 7890:7890 \
-e GOACCESS_LOG=/log/access.log \
docker.io/allinurl/goaccess:latest
推荐实践
docker run -d --name goaccess \
--restart unless-stopped \
-p 7890:7890 \
-v /var/log/nginx:/log:ro \
-e GOACCESS_LOG=/log/access.log \
-e GOACCESS_REALTIME=true \
docker.io/allinurl/goaccess:1.8.0
核心参数说明
-p 7890:7890— 实时报表 Web 端口-v .../nginx:/log:ro— 只读挂载 access log-e GOACCESS_REALTIME— WebSocket 实时刷新- 固定 tag — GoAccess 版本 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: goaccess
spec:
replicas: 1
selector:
matchLabels:
app: goaccess
template:
metadata:
labels:
app: goaccess
spec:
containers:
- name: goaccess
image: docker.io/allinurl/goaccess:1.8.0
ports:
- containerPort: 7890
env:
- name: GOACCESS_LOG
value: "/log/access.log"
volumeMounts:
- name: logs
mountPath: /log
readOnly: true
volumes:
- name: logs
persistentVolumeClaim:
claimName: nginx-logs
---
apiVersion: v1
kind: Service
metadata:
name: goaccess
spec:
selector:
app: goaccess
ports:
- port: 7890
targetPort: 7890
日志 PVC 与 Nginx 共享;Ingress 内网访问。
最新 Tag(20 条)
查看全部 33 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/allinurl/goaccess :latest | linux/amd64linux/arm64 | 2026/06/12 07:25 | 8.2 MB | sha256:282c71707a93… | |||
docker.io/allinurl/goaccess :1.10.2 | linux/amd64linux/arm64 | 2026/04/01 09:34 | 8.2 MB | sha256:d104fc7b27cb… | |||
docker.io/allinurl/goaccess :1.10.1 | linux/amd64linux/arm64 | 2026/02/15 08:56 | 8.2 MB | sha256:287748fea1a2… | |||
docker.io/allinurl/goaccess :1.10 | linux/amd64linux/arm64 | 2026/02/13 09:32 | 8.2 MB | sha256:a1f66bed4101… | |||
docker.io/allinurl/goaccess :1.9.4 | linux/amd64linux/arm64 | 2025/04/01 10:18 | 5.4 MB | sha256:79dbedb11536… | |||
docker.io/allinurl/goaccess :1.9.3 | linux/amd64linux/arm64 | 2024/06/02 01:59 | 5.5 MB | sha256:218c6637365d… | |||
docker.io/allinurl/goaccess :1.9.2 | linux/amd64linux/arm64 | 2024/04/12 10:13 | 5.7 MB | sha256:96fe61c84f5b… | |||
docker.io/allinurl/goaccess :1.9.1 | linux/amd64linux/arm64 | 2024/02/06 11:34 | 5.6 MB | sha256:2d44c0da40fd… | |||
docker.io/allinurl/goaccess :1.9 | linux/amd64linux/arm64 | 2024/01/31 02:34 | 5.6 MB | sha256:592c1e299da1… | |||
docker.io/allinurl/goaccess :1.8.1 | linux/amd64linux/arm64 | 2023/11/01 21:48 | 0.0 MB | sha256:e698f878d3f8… | |||
docker.io/allinurl/goaccess :1.8 | linux/amd64linux/arm64 | 2023/10/02 03:41 | 5.7 MB | sha256:8584e25972b9… | |||
docker.io/allinurl/goaccess :1.7 | linux/amd64linux/arm64 | 2023/04/01 08:53 | 5.6 MB | sha256:57c060e17066… | |||
docker.io/allinurl/goaccess :1.7.2 | linux/arm64linux/amd64 | 2023/04/01 08:53 | 5.7 MB | sha256:0feeead56396… | |||
docker.io/allinurl/goaccess :1.7.1 | linux/amd64linux/arm64 | 2023/03/01 09:37 | 5.6 MB | sha256:5c5de3419aca… | |||
docker.io/allinurl/goaccess :1.6.5 | linux/amd64 | 2022/11/01 10:13 | 5.5 MB | sha256:7b4d58a54963… | |||
docker.io/allinurl/goaccess :1.6.4 | linux/amd64 | 2022/10/01 09:44 | 5.6 MB | sha256:56c6c22d8b02… | |||
docker.io/allinurl/goaccess :1.6.3 | linux/amd64 | 2022/09/01 22:16 | 5.6 MB | sha256:0a052e09b75f… | |||
docker.io/allinurl/goaccess :1.6.2 | linux/amd64 | 2022/07/15 09:18 | 5.6 MB | sha256:795e1c10455d… | |||
docker.io/allinurl/goaccess :1.6.1 | linux/amd64 | 2022/07/02 00:45 | 5.6 MB | sha256:108fbc7e2b06… | |||
docker.io/allinurl/goaccess :1.6 | linux/amd64 | 2022/06/01 11:58 | 5.6 MB | sha256:535932d76a28… |