Hi,
I want to write an integration test
I want to check how my program behaves in the absence of free disk space
My plan was to somehow limit free disk space in a container and run the binaries
I don’t have an option to change file system to xfs
How can I do this with docker?
Do you know other solutions?