Overview
- Full name
docker.io/juestnow/net-tools- Registry
- docker.io
- Namespace
- juestnow
- Repository
- net-tools
- Cached tags
- 1
- Last synced
- 07/05/2026, 04:32 PM
Introduction
网络诊断工具箱镜像,集成 ping/traceroute/nslookup 等 CLI,K8s 故障排查与网络连通性调试一次性 Job 容器。
Details
juestnow/net-tools 打包常用网络诊断命令行工具,包括 ping、traceroute、nslookup、curl 等。定位为 --rm 网络调试 CLI 镜像,在集群内 exec 或 Job 中执行后退出;K8s Pod 网络故障排查、DNS 解析验证或跨 namespace 连通性测试。
快速启动
docker run --rm docker.io/juestnow/net-tools:latest ping -c 3 8.8.8.8
推荐实践
docker run --rm \
--network container:myapp \
docker.io/juestnow/net-tools:latest \
nslookup myservice.default.svc.cluster.local
核心参数说明
--network container:...— 共享目标容器网络栈- 定位 — debug Job/initContainer
- 工具 — ping/traceroute/nslookup
- 勿 — 长期运行为服务
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/juestnow/net-tools :latest | linux/amd64 | 2019/11/27 09:05 | 9.6 MB | sha256:3ef2a9ac571f… |