CKAD Application Design and Build • Set 3
CKAD Application Design and Build Practice Test 3 — 15 questions with explanations. Free, no signup.
You have a multi-stage Docker build. The first stage compiles a binary, and the second stage copies the binary from the first stage. What is the correct COPY syntax to copy a file named 'app' from the first stage named 'builder'?