ExamGecko
Home / Docker / DCA / List of questions
Ask Question

Docker DCA Practice Test - Questions Answers, Page 16

Add to Whishlist

List of questions

Question 151

Report Export Collapse

An application image runs in multiple environments, with each environment using different certificates and ports.

Is this a way to provision configuration to containers at runtime?

Solution: Create images that contain the specific configuration for every environment.

Become a Premium Member for full access
  Unlock Premium Member

Question 152

Report Export Collapse

Is this statement correct?

Solution: A Dockerfile stores the Docker daemon's configuration options.

Become a Premium Member for full access
  Unlock Premium Member

Question 153

Report Export Collapse

Seven managers are in a swarm cluster.

Is this how should they be distributed across three datacenters or availability zones?

Solution: 4-2-1

Become a Premium Member for full access
  Unlock Premium Member

Question 154

Report Export Collapse

Does this describe the role of Control Groups (cgroups) when used with a Docker container?

Solution: isolation between resources used by containers

Become a Premium Member for full access
  Unlock Premium Member

Question 155

Report Export Collapse

Your organization has a centralized logging solution, such as Splunk.

Will this configure a Docker container to export container logs to the logging solution?

Solution. docker run -- log driver=splunk for every container at run time

Become a Premium Member for full access
  Unlock Premium Member

Question 156

Report Export Collapse

Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?

Solution. Delete the image and remove permissions to the repository in the Docker

Trusted Registry.

Become a Premium Member for full access
  Unlock Premium Member

Question 157

Report Export Collapse

In Docker Trusted Registry, is this how a user can prevent an image, such as 'nginx:latest', from being overwritten by another user with push access to the repository?

Solution: Keep a backup copy of the image on another repository.

Become a Premium Member for full access
  Unlock Premium Member

Question 158

Report Export Collapse

In Docker Trusted Registry, is this how a user can prevent an image, such as 'nginx:latest', from being overwritten by another user with push access to the repository?

Solution: Tag the image with 'nginx:immutable'.

Become a Premium Member for full access
  Unlock Premium Member

Question 159

Report Export Collapse

Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?

Solution: Set IGNORE_TLS in the 'daemon.json' configuration file.

Become a Premium Member for full access
  Unlock Premium Member

Question 160

Report Export Collapse

You are pulling images from a Docker Trusted Registry installation configured to use self-signed certificates, and this error appears:

'x509: certificate signed by unknown authority.

You already downloaded the Docker Trusted Registry certificate authority certificate from https://dtr.example.com/ca.

How do you trust it? (Select two.)

Become a Premium Member for full access
  Unlock Premium Member
Total 183 questions
Go to page: of 19
Search

Related questions