I have docker images setup for my load generators. They are start and run fine. I don't know how to stop these load generators so that I can upgrade them. Can someone assist with the correct linux command to do this.
Thanks!
You can simply use the "sudo docker stop <container_id>" command to stop your load generator. The <container_id> can be found using the sudo docker ps -a command.