Q. What is the default shell used by `RUN` in a Dockerfile?
β
Correct Answer: (C)
/bin/sh -c
Explanation: The default shell for `RUN` is `/bin/sh -c` unless overridden.