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

Docker DCA - Docker Certified Associate (DCA) Exam

Page: 5 / 6
Total 191 questions

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

Solution.pid

A.

Yes

B.

No

You configure a local Docker engine to enforce content trust by setting the environment variable

DOCKER_CONTENT_TRUST=1.

If myorg/myimage: 1.0 is unsigned, does Docker block this command?

Solution: docker service create myorg/myimage:1.0

A.

Yes

B.

No

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

Solution: Delete the image and run garbage collection on the Docker Trusted Registry.

A.

Yes

B.

No

Is this the purpose of Docker Content Trust?

Solution.Sign and verify image tags.

A.

Yes

B.

No

Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?

Solution: seccomp

A.

Yes

B.

No

Will this command mount the host's '/data* directory to the ubuntu container in read-only mode?

Solution. ‘docker run -add-volume /data /mydata -read-only ubuntu'

A.

Yes

B.

No

Will this command mount the host's '/data' directory to the ubuntu container in read-only mode?

Solution: 'docker run --volume /data:/mydata:ro ubuntu'

A.

Yes

B.

No

Can this set of commands identify the published port(s) for a container?

Solution. ‘docker container inspect", docker port'

A.

Yes

B.

No

Will a DTR security scan detect this?

Solution: known vulnerabilities or exposures in binaries

A.

Yes

B.

No

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

Solution: a physical machine participating in the swarm

A.

Yes

B.

No