Sign inSign up

ahmetozer/cna

By ahmetozer

Updated over 5 years ago

Run network tools inside containers

Image
0

1.7K

ahmetozer/cna repository overview

Network Tools for Containers

Github for source

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

Tag summary

Content type

Image

Digest

Size

62.7 MB

Last updated

over 5 years ago

docker pull ahmetozer/cna