Blog & Insights
Deep Learning
Gear & Fitness
Community & Events
About
Docker (intermediate)
quiz Mode
Question 1 of 15
Score: 0 / 15
+0 XP
Multiple Choice
+6 XP
In a multi-stage Dockerfile, what flag is passed to `COPY` to copy build artifacts from an earlier stage named `builder`?
COPY --from-stage=builder /src/app /app
COPY --from=builder /src/app /app
COPY --stage=builder /src/app /app
COPY --alias=builder /src/app /app
Submit Answer