Sign inSign up

itsthenetwork/alpine-iftop

By itsthenetwork

Updated almost 10 years ago

Alpine Linux v3.4 with iftop v0.17 installed at /usr/sbin/iftop. 4MB.

Image
0

3.5K

itsthenetwork/alpine-iftop repository overview

A handy basic image comprising of;

Usage

I'd expect you use this image as a simple network bandwidth monitoring tool.

Pulling

Use this command to pull the image manually before runtime:

sudo docker pull itsthenetwork/alpine-iftop:latest

Runtime

This command will start the container interactively, using host networking mode (necessary if you want to analyse data to or from the host network interfaces). The container will be automatically removed when you quit with the 'q' key.

sudo docker run -it --net=host --name=iftop --rm itsthenetwork/alpine-iftop -n -i any

Additional Packages

If you wanted to install additional packages and build your own image based upon this one you'd start your Dockerfile like this:

FROM itsthenetwork/alpine-iftop:latest

RUN apk -add U -v package_name package_name

...

Tag summary

Content type

Image

Digest

Size

3.6 MB

Last updated

almost 10 years ago

docker pull itsthenetwork/alpine-iftop