https://github.com/liuchong/docker-wrk
https://github.com/liuchong/docker-wrk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liuchong/docker-wrk
- Owner: liuchong
- License: mit
- Created: 2023-10-30T05:31:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-30T06:46:16.000Z (over 1 year ago)
- Last Synced: 2024-12-27T20:15:29.705Z (5 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-wrk
[Github](https://github.com/liuchong/docker-wrk)
[Docker](https://hub.docker.com/r/liuchong/wrk)
## Usage
### build your own
```
docker build -t liuchong/wrk:4.2.0 .
# or
docker build --platform linux/amd64 -t liuchong/wrk:4.2.0 .
```### run pre-build
```
docker run --rm liuchong/wrk
docker run --rm liuchong/wrk -t12 -c400 -d30s http://127.0.0.1:8080/index.html
```## License
[MIT](LICENSE)