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

Docker DCA Practice Test - Questions Answers, Page 7

Add to Whishlist

List of questions

Question 61

Report Export Collapse

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

Solution: docker volume logs nginx --containers'

Become a Premium Member for full access
  Unlock Premium Member

Question 62

Report Export Collapse

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

Solution: docker volume inspect nginx'

Become a Premium Member for full access
  Unlock Premium Member

Question 63

Report Export Collapse

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

Solution: user authorization to the Docker API

Become a Premium Member for full access
  Unlock Premium Member

Question 64

Report Export Collapse

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

Solution: role-based access control to clustered resources

Become a Premium Member for full access
  Unlock Premium Member

Question 65

Report Export Collapse

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

Solution: accounting and limiting of resources

Become a Premium Member for full access
  Unlock Premium Member

Question 66

Report Export Collapse

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

Solution: docker network create -d overlay -o encrypted=true <network-name>

Become a Premium Member for full access
  Unlock Premium Member

Question 67

Report Export Collapse

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

Solution: docker network create -d overlay --secure

Become a Premium Member for full access
  Unlock Premium Member

Question 68

Report Export Collapse

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

Solution: docker service create --network--secure

Become a Premium Member for full access
  Unlock Premium Member

Question 69

Report Export Collapse

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

Solution: docker service create --network--encrypted

Become a Premium Member for full access
  Unlock Premium Member

Question 70

Report Export Collapse

You want to create a container that is reachable from its host's network. Does this action accomplish this?

Solution: Use --link to access the container on the bridge network.

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

Related questions