DCA Exam Question 26

Can this set of commands identify the published port(s) for a container?
Solution. 'docker container inspect", docker port'
  • DCA Exam Question 27

    You configure a local Docker engine to enforce content trust by setting the environment variable DOCKER_C0NTENT_TRUST=l. If myorg/myimage: 1.0 is unsigned, does Docker block this command?
    Solution. docker image build, from a Dockeflle that begins FROM myorg/myimage: l1.0
  • DCA Exam Question 28

    Will this command display a list of volumes for a specific container?
    Solution: 'docker container inspect nginx'
  • DCA Exam Question 29

    Is this a supported user authentication method for Universal Control Plane?
    Solution. SAML
  • DCA Exam Question 30

    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.