Q. Which instruction is used to configure the container at runtime?
β
Correct Answer: (C)
CMD
Explanation: `CMD` configures the command to run at container runtime.