Home / Report Question

Q. What does the `RUN` instruction do in a Dockerfile?
  • A. Defines a default command
  • B. Executes a command at container runtime
  • C. Executes a command at image build time
  • D. Deletes a file