Skip to content

larsks/netutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A container image with a suite of network diagnostic tools.

Wrapper script installation

This image containers a wrapper script that calls the image with a number of useful options. To install it into /usr/local/bin:

podman run --rm -v /usr/local/bin:/target ghcr.io/larsks/netutils:latest \
  install -m 755 /scripts/netutils.sh /target/netutils

Or just copy and paste this

podman run --replace -it --rm \
  --name netutils \
  --privileged \
  --net=host \
  --pid=host \
  -v /root:/root \
  -v /run/openvswitch:/run/openvswitch \
  -v /sys/kernel:/sys/kernel \
  -v /lib/modules:/lib/modules \
  -v /:/host \
  -w /root \
  ghcr.io/larsks/netutils:main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages