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