You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DockerBUILDs/README.md

30 lines
461 B
Markdown

2 years ago
DockerBUILDs
===
Collection of Dockerfiles created to build & pack various tools.
<br>
<!-- TOC -->
- [1. Tools](#1-tools)
- [1.1. Bandwhich](#11-bandwhich)
2 years ago
<!-- /TOC -->
<br>
# 1. Tools
## 1.1. Bandwhich
### 1.1.1. Source
>This is a CLI utility for displaying current network utilization by process, connection and remote IP/hostname
https://github.com/imsnif/bandwhich
<br>
### 1.1.2. Example
```
docker run -it --net host bandwhich -i eth0
```