https://github.com/thombashi/docker-tcconfig
Docker image for tcconfig
https://github.com/thombashi/docker-tcconfig
dockerfile tc tcconfig
Last synced: 4 months ago
JSON representation
Docker image for tcconfig
- Host: GitHub
- URL: https://github.com/thombashi/docker-tcconfig
- Owner: thombashi
- License: mit
- Created: 2018-10-12T06:02:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T06:59:02.000Z (almost 5 years ago)
- Last Synced: 2024-05-17T00:01:45.859Z (about 1 year ago)
- Topics: dockerfile, tc, tcconfig
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/thombashi/tcconfig
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-tcconfig
Docker image for [tcconfig]( https://github.com/thombashi/tcconfig )# Usage
```
docker pull thombashi/tcconfigdocker run -d --cap-add NET_ADMIN -t thombashi/tcconfig [tcset options]
```# Built-in Packages
- `iperf`
- `iproute2`
- `iputils-ping`
- [tcconfig]( https://github.com/thombashi/tcconfig )# Reference
- [tcconfig documentation]( https://github.com/thombashi/tcconfig )
- [Dockerfile]( https://github.com/thombashi/docker-tcconfig/blob/master/Dockerfile )