What defines a multi-stage Docker build?
-
A
Pushing the same image to multiple registries
-
B
Using multiple FROM instructions in one Dockerfile to copy artifacts between stages and produce a lean final image
-
C
Building separate Dockerfiles in parallel on multiple machines
-
D
Using multiple CMD instructions to run several processes