alpine-bmon
Alpine Linux v3.4 with bmon v3.9 installed at /usr/bin/bmon. 4MB.
1M+
A handy basic image comprising of;
I'd expect you use this image as a simple network bandwidth monitoring tool.
Use this command to pull the image manually before runtime:
sudo docker pull itsthenetwork/alpine-bmon:latest
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
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
...
Content type
Image
Digest
Size
3.8 MB
Last updated
over 9 years ago
docker pull itsthenetwork/alpine-bmon