docker run --rm danquah/php-fileperf
Given that you want to store the files in ~/storage
docker run --rm -v ~/storage:/storage danquah/php-fileperf
First argument is the number of files to create, the second is the size in KB. So, to create 2000 files 10KB each in the storage-directory in your homedir do this:
docker run --rm -v ~/storage:/storage danquah/php-fileperf 2000 10
Content type
Image
Digest
Size
81.4 MB
Last updated
over 10 years ago
docker pull danquah/php-fileperf