Q. What is the purpose of the 'docker-compose kill' command?
β
Correct Answer: (A)
To forcefully stop running containers
Explanation: The 'docker-compose kill' command forcefully stops running containers by sending a SIGKILL signal.