Free DCA Exam Braindumps (page: 2)

Page 2 of 42

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"?

  1. docker run -d --name=reports --volume=data app2
  2. docker run -d --name=reports --volumes-from=analytics app2
  3. docker run -d --name=reports --volume=app1 app2
  4. docker run -d --name=reports --mount=app1 app2

Answer(s): B



A server is running low on disk space. What command can be used to check the disk usage of images, containers, and volumes for Dockerengine?

  1. 'docker system df'
  2. 'docker system prune'
  3. 'docker system free'
  4. 'docker system ps'

Answer(s): A



Which of the following are types of namespaces used by Docker to provide isolation? (Choose 2.)

  1. Host
  2. Network
  3. Process ID
  4. Authentication
  5. Storage

Answer(s): B,C



Which of the following namespaces is disabled by default and must be enabled at Dockerengine runtime in order to be used?

  1. user
  2. pid
  3. net
  4. mnt

Answer(s): A



Page 2 of 42



Post your Comments and Discuss Docker DCA exam with other Community members:

Simon commented on October 24, 2024
guys waht do you think about this dump?
Anonymous
upvote