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

https://github.com/ivotron/docker-fio


https://github.com/ivotron/docker-fio

Last synced: 18 days ago
JSON representation

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
```