Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fishbowler/iproute2

Simple docker image with iproute2 on alpine, for use with pumba
https://github.com/fishbowler/iproute2

Last synced: about 1 month ago
JSON representation

Simple docker image with iproute2 on alpine, for use with pumba

Awesome Lists containing this project

README

        

# iproute2

Simple docker image with iproute2 on alpine, for use with [pumba](https://github.com/alexei-led/pumba).

## Building

```
docker buildx create
docker buildx use [output of create]
docker buildx build \
--push \
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
--tag fishbowler/iproute2 .
```