DCA試験無料問題集「Docker Certified Associate (DCA) 認定」

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 the user directly to the list of users with read/write access under the repository's Permissions tab.

解説: (GoShiken メンバーにのみ表示されます)
Will this command list all nodes in a swarm cluster from the command line?
Solution. 'docker inspect nodes

解説: (GoShiken メンバーにのみ表示されます)
Does this describe the role of Control Groups (cgroups) when used with a Docker container?
Solution: accounting and limiting of resources

解説: (GoShiken メンバーにのみ表示されます)
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Delete '/var/lib/docker' directory.

解説: (GoShiken メンバーにのみ表示されます)
Will this command display a list of volumes for a specific container?
Solution: docker volume inspect nginx'

解説: (GoShiken メンバーにのみ表示されます)
Is this an advantage of multi-stage builds?
Solution: faster image builds by allowing parallel execution of Docker builds

解説: (GoShiken メンバーにのみ表示されます)
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 one namespace for each application and add all the resources to it.

解説: (GoShiken メンバーにのみ表示されます)
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. Mirror the engineering/api repository to one of the user's own private repositories.

解説: (GoShiken メンバーにのみ表示されます)
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.

解説: (GoShiken メンバーにのみ表示されます)
During development of an application meant to be orchestrated by Kubernetes, you want to mount the /data directory on your laptop into a container.
Will this strategy successfully accomplish this?
Solution. Set containers. Mounts. hostBinding: /data in the container's specification.

解説: (GoShiken メンバーにのみ表示されます)