Q. Which of the following commands is used to execute a command inside a running Docker Compose container?
β
Correct Answer: (A)
docker-compose exec
Explanation: The 'docker-compose exec' command is used to execute commands inside a running Docker Compose container.