Q. What is the purpose of the 'docker exec' command?
β
Correct Answer: (A)
To execute a command inside a running container
Explanation: The 'docker exec' command is used to execute a command inside a running Docker container.