A collection of scripts around containers and networking. Written in POSIX (sh) and expected to run on busybox (Alpine Linux) and GNU without dependency issues.
| Name | Example | Summary | 
|---|---|---|
| getcontainer.sh | pid=123; ./getcontainer.sh $pid | When doing topon the Docker host and wondering which container is to blame for running a particular process. | 
| getveth.sh | sh src/getveth.sh container_name | When doing if linkon the Docker host, we see someveth*interfaces and are curious to find out which container it belongs to. | 
MIT License