https://github.com/ivotron/docker-fio
https://github.com/ivotron/docker-fio
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivotron/docker-fio
- Owner: ivotron
- Created: 2015-01-26T23:57:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T01:24:32.000Z (about 10 years ago)
- Last Synced: 2025-01-26T08:13:32.452Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Convenience container for executing fio.
Example:
```bash
docker run --rm -v /mnt/hdd1/:/mount ivotron/fio:latest \
--minimal examples/sequential-fill.fio > result
```