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