Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Docker DCA - Docker Certified Associate (DCA) Exam

Page: 4 / 6
Total 191 questions

Will this action upgrade Docker Engine CE to Docker Engine EE?

Solution: Delete '/var/lib/docker' directory.

A.

Yes

B.

No

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.

A.

Yes

B.

No

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

Solution:docker service create --network --secure

A.

Yes

B.

No

You add a new user to the engineering organization in DTR.

Will this action grant them read/write access to the engineering/api repository?

Solution: Add them to a team in the engineering organization that has read/write access to the engineering/api repository.

A.

Yes

B.

No

In the context of a swarm mode cluster, does this describe a node?

Solution.an instance of the Docker CLI connected to the swarm

A.

Yes

B.

No

You want to create a container that is reachable from its host's network.

Does this action accomplish this?

Solution.Use either EXPOSE or -publish to access the container on the bridge network.

A.

Yes

B.

No

Is this the purpose of Docker Content Trust?

Solution: Enable mutual TLS between the Docker client and server.

A.

Yes

B.

No

You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?

Solution:'docker inspect http'

A.

Yes

B.

No

Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?

Solution: user

A.

Yes

B.

No

Is this a function of UCP?

Solution: enforces the deployment of signed images to the cluster

A.

Yes

B.

No