Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 491 Bytes

kpp - a lightweight tool for imposing limits on docker volumes usage

kpp (from Russian: КПП, контрольно-пропускной пункт, meaning "border point") is a lightweight tool dedicated

litterer

To test kpp, you can use build/litterer.py. It instantly fills a volume with random files constituting provided number in size

docker build -t litterer ./build/

To run litterer do

docker run -v <folder_to_litter>:/data litterer <space_amount>