sudo git clone https://github.com/edersonrmachado/dockerNetflowAppTest.git
cd dockerNetflowAppTest
sudo chmod +x onlyApp.sh sequenceOfTests.sh
service docker start
docker image pull mysql:5.7
docker image pull wordpress:php7.3
sudo bash onlyApp.sh 3 2 onlyApp3x.csv
first argument: number of app to deploy second argument: number of times that test will be run third argument: name of csv file to store results
sudo bash sequenceOfTests.sh