Home / Report Question

Q. What is the effect of using multiple RUN commands in a Dockerfile?
  • A. Creates multiple layers
  • B. Overwrites previous instructions
  • C. Merges commands into one layer
  • D. Deletes temporary files