Q. What is the purpose of the 'docker-compose restart' command?
β
Correct Answer: (A)
To restart all containers defined in a docker-compose.yml file
Explanation: The 'docker-compose restart' command restarts all running containers defined in the 'docker-compose.yml' file.