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.
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.
正解:A
解答を投票する
解説: (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.
Is this a way to accomplish this?
Solution: Create one namespace for each application and add all the resources to it.
正解:B
解答を投票する
解説: (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.
Solution. Create a Dockerfile for each environment, specifying ports and Docker secrets for certificates.
正解:A
解答を投票する
解説: (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.
Will this strategy successfully accomplish this?
Solution. Set containers. Mounts. hostBinding: /data in the container's specification.
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)