A

Admin • 802.91K Points
Coach

Q. What is a multi-stage build in Dockerfile?

  • (A) Using multiple Dockerfiles
  • (B) Running multiple containers
  • (C) Using multiple base images to reduce final image size
  • (D) Combining Docker Compose files

Explanation by: Admin
Multi-stage builds allow multiple FROM statements and help in copying only necessary artifacts to the final image.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.