find_veth_docker icon indicating copy to clipboard operation
find_veth_docker copied to clipboard

Simple script to find out which veth interface on the host corresponds to the eth0 interface of a container

Results 5 find_veth_docker issues
Sort by recently updated
recently updated
newest added

Tested working on Ubuntu 22.04 using bash and jq version 1.6

Hello, I am trying to find an easy way to find the veths for my docker containers, and your tool seems to be working perfectly for containers that use local...

Make the table column content fit its header. It works correctly in my environment, but I have only tested it in one environment so far.

I have several containers using 'host' network mode. It doesn't use veths. This patch is not ideal (not DRY), but it works for me.

Hi, thank you for sharing this useful script. I found a problem with interface index matching.