nerdexam
DockerDocker

DCA · Question #5

DCA Question #5: Real Exam Question with Answer & Explanation

Sign in or unlock DCA to reveal the answer and full explanation for question #5. The question stem and answer options stay visible for context.

Submitted by klara.se· Apr 18, 2026Storage and Volumes

Question

A container named "analytics" that stores results in a volume called "data" was created. docker run -d --name=analytics -v data:/data app1 How are the results accessed in "data" with another container called "app2"?

Options

  • Adocker run -d --name=reports --volume=data app2
  • Bdocker run -d --name=reports --volumes-from=analytics app2
  • Cdocker run -d --name=reports --volume=app1 app2
  • Ddocker run -d --name=reports --mount=app1 app2

Unlock DCA to see the answer

You've previewed enough free DCA questions. Unlock DCA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Docker Volumes#Named Volumes#Container Data Sharing#--volumes-from
Full DCA PracticeBrowse All DCA Questions