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

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.

解説: (GoShiken メンバーにのみ表示されます)
Is this an advantage of multi-stage builds?
Solution: simultaneously creates and tags multiple images

A persistentVolumeClaim (PVC) is created with the specification storageClass: "", and size requirements that cannot be satisfied by any existing persistentVolume.
Is this an action Kubernetes takes in this situation?
Solution: The PVC remains unbound until a persistentVolume that matches all requirements of the PVC becomes available.

解説: (GoShiken メンバーにのみ表示されます)
Which networking drivers allow you to enable multi-host network connectivity between containers?

解説: (GoShiken メンバーにのみ表示されます)
Is this an advantage of multi-stage builds?
Solution.better logical separation of Dockerfile instructions for increased readability

解説: (GoShiken メンバーにのみ表示されます)
Is this a function of UCP?
Solution: enforces the deployment of signed images to the cluster

解説: (GoShiken メンバーにのみ表示されます)
You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?
Solution: 'docker service inspect http'

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

解説: (GoShiken メンバーにのみ表示されます)
You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object. Does this command display it?
Solution: kubectl logs deployment api

解説: (GoShiken メンバーにのみ表示されます)
Is this statement correct?
Solution.A Dockerfile stores persistent data between deployments of a container

解説: (GoShiken メンバーにのみ表示されます)
Is this statement correct?
Solution: A Dockerfile provides instructions for building a Docker image

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