Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fishbowler/iproute2
- Owner: Fishbowler
- Created: 2021-09-03T19:08:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T19:12:46.000Z (over 3 years ago)
- Last Synced: 2024-11-02T03:42:07.593Z (3 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```