Q. Which of the following is true about Docker Compose?
β
Correct Answer: (A)
Docker Compose allows you to run multiple containers in a single command
Explanation: Docker Compose allows you to define and manage multi-container Docker applications in a single file and run them with a single command.