Beginner
Docker & Containers
Q8 / 100
What does the Dockerfile instruction "COPY" do?
Correct! Well done.
Incorrect.
The correct answer is A) Copies files or directories from the build context into the image's filesystem
A
Correct Answer
Copies files or directories from the build context into the image's filesystem
Explanation
COPY transfers files and directories from the build context (the directory passed to "docker build") into the image being built.
Progress
8/100