Blog & Insights
Deep Learning
Gear & Fitness
Community & Events
About
Docker (intermediate)
timed Mode
30s remaining
Q 1/13
+0 XP
Multiple Choice
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