Q. Which instruction sets the working directory inside a Docker container?
β
Correct Answer: (C)
WORKDIR
Explanation: `WORKDIR` sets the working directory for instructions like `RUN`, `CMD`, etc.