Unanswered question

How do I stop a docker load generator?

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!

Dan F.
Dan F.

Dan F.

Level
0
23 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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.