Q. What is the purpose of the 'docker-compose kill' command?

  • (A) To forcefully stop running containers
  • (B) To gracefully stop running containers
  • (C) To delete containers
  • (D) To restart containers
πŸ’¬ Discuss
βœ… Correct Answer: (A) To forcefully stop running containers
Explanation: The 'docker-compose kill' command forcefully stops running containers by sending a SIGKILL signal.
Explanation by: Praveen Singh
The 'docker-compose kill' command forcefully stops running containers by sending a SIGKILL signal.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
177
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Praveen Singh
Publisher
πŸ“ˆ
89%
Success Rate