We are experimenting with loadimpact - k6 docker image and we wanted to run task for the longer period of time.
The issue which we were facing is the container is exited if the ssh connection is timing out.
Command:
docker run -i loadimpact/k6 run --vus 250 --duration 60m - <script.js
Also, if we don't pass -i or use -d it doesnt work.
We want it to execute in background and it should work even if ssh will time out.