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

Docker DCA Practice Test - Questions Answers, Page 12

Add to Whishlist

List of questions

Question 111

Report Export Collapse

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

Solution. Set INSECURE_REGISTRY in the' /etc/docker/default' configuration file.

Become a Premium Member for full access
  Unlock Premium Member

Question 112

Report Export Collapse

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

Solution. Set and export the IGNORE_TLS environment variable on the command line.

Become a Premium Member for full access
  Unlock Premium Member

Question 113

Report Export Collapse

Will this command display a list of volumes for a specific container?

Solution. 'docker container logs nginx --volumes'

Become a Premium Member for full access
  Unlock Premium Member

Question 114

Report Export Collapse

Is this a supported user authentication method for Universal Control Plane?

Solution. SAML

Become a Premium Member for full access
  Unlock Premium Member

Question 115

Report Export Collapse

Is this a supported user authentication method for Universal Control Plane?

Solution. x.500

Become a Premium Member for full access
  Unlock Premium Member

Question 116

Report Export Collapse

Is this statement correct?

Solution. A Dockerfile stores persistent data between deployments of a container

Become a Premium Member for full access
  Unlock Premium Member

Question 117

Report Export Collapse

Will this command ensure that overlay traffic between service tasks is encrypted?

Solution. docker network create -d overlay --secure <network-name>

Become a Premium Member for full access
  Unlock Premium Member

Question 118

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 a Dockerfile for each environment, specifying ports and Docker secrets for certificates.

Become a Premium Member for full access
  Unlock Premium Member

Question 119

Report Export Collapse

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

Solution. Delete the image and delete the image repository from Docker Trusted Registry.

Become a Premium Member for full access
  Unlock Premium Member

Question 120

Report Export Collapse

Two development teams in your organization use Kubernetes and want to deploy their applications while ensuring that Kubernetes-specific resources, such as secrets, are grouped together for each application.

Is this a way to accomplish this?

Solution. Create a collection for for each application.

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

Related questions