Q. What is the purpose of the 'docker-compose exec --user' command?
β
Correct Answer: (A)
To execute a command as a specific user in a running container
Explanation: The 'docker-compose exec --user' command executes a command as a specific user in a running container.