Home / Report Question

Q. What is multi-stage build in Dockerfile?
  • A. Builds images in multiple parts for debugging
  • B. Using `RUN` multiple times
  • C. Using multiple `FROM` statements to reduce image size
  • D. A way to run multiple containers