Docker DCA Practice Test - Questions Answers, Page 7
List of questions
Related questions
Will this command display a list of volumes for a specific container?
Solution: docker volume logs nginx --containers'
Yes
No
Will this command display a list of volumes for a specific container?
Solution: docker volume inspect nginx'
Yes
No
Does this describe the role of Control Groups (cgroups) when used with a Docker container?
Solution: user authorization to the Docker API
Yes
No
Does this describe the role of Control Groups (cgroups) when used with a Docker container?
Solution: role-based access control to clustered resources
Yes
No
Does this describe the role of Control Groups (cgroups) when used with a Docker container?
Solution: accounting and limiting of resources
Yes
No
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker network create -d overlay -o encrypted=true <network-name>
Yes
No
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker network create -d overlay --secure
Yes
No
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker service create --network--secure
Yes
No
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker service create --network--encrypted
Yes
No
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.
Yes
No
Question