This container is contains some regular network tools on ubuntu.
Using for Container HOST network
docker run -it --rm --network=host ahmetozer/cna
Using for inside the Container Network
container_name="teredo-container" # This is your container to which is do you want to make a network inspect
docker run -it --rm --privileged -v /proc/$(docker inspect -f '{{.State.Pid}}' $container_name)/ns/net:/var/run/netns/container ahmetozer/cna
Content type
Image
Digest
Size
62.7 MB
Last updated
over 5 years ago
docker pull ahmetozer/cna