itsthenetwork/alpine-bmon

By itsthenetwork

Updated over 9 years ago

Alpine Linux v3.4 with bmon v3.9 installed at /usr/bin/bmon. 4MB.

Image
Networking
Monitoring & observability
0

1M+

itsthenetwork/alpine-bmon 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-bmon: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=bmon --rm itsthenetwork/alpine-bmon

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-bmon:latest

RUN apk -add U -v package_name package_name

...

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

over 9 years ago

docker pull itsthenetwork/alpine-bmon