Overview
- Full name
docker.io/burlyluo/nettool- Registry
- docker.io
- Namespace
- burlyluo
- Repository
- nettool
- Cached tags
- 5
- Last synced
- 07/05/2026, 10:49 PM
Introduction
nettool 网络诊断 CLI 工具镜像,集成 ping/traceroute/tcpdump 等命令,K8s Pod 网络故障排查一次性容器。
Details
burlyluo/nettool 打包常用网络诊断 CLI 工具(ping、traceroute、nslookup、tcpdump、curl 等),用于容器/Pod 网络连通性与 DNS 故障排查。定位为 --rm 网络诊断 CLI 容器,在 K8s 中以 debug Pod 或 Job 方式运行;非常驻 Web/API 服务。
快速启动
docker run --rm docker.io/burlyluo/nettool \
ping -c 4 8.8.8.8
推荐实践
docker run --rm --net=container:target-app \
docker.io/burlyluo/nettool \
tcpdump -i eth0 -c 10
核心参数说明
ping/traceroute— 连通性检测tcpdump— 抓包分析--net=container:*— 共享目标容器网络- 场景 — K8s debug Pod / CI 网络排查
Latest tags (20)
View all 5 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/burlyluo/nettool :latest | linux/amd64 | 2025/04/04 11:41 | 34.8 MB | sha256:00ebeab91b56… | |||
docker.io/burlyluo/nettool :9495 | linux/amd64 | 2022/09/08 22:44 | 28.2 MB | sha256:a5634d9b62d4… | |||
docker.io/burlyluo/nettool :9494 | linux/amd64 | 2022/09/08 22:40 | 28.2 MB | sha256:e6ab8a8f6531… | |||
docker.io/burlyluo/nettool :v2 | linux/amd64 | 2022/09/08 22:03 | 28.2 MB | sha256:213bbee5c4de… | |||
docker.io/burlyluo/nettool :v1 | linux/amd64 | 2022/09/08 21:58 | 28.2 MB | sha256:3d1f0e39472e… |